3

I use an uiwebview into my iphone app.

When i display a javascript alert box, his title is my iphone app name.

How can i change it ?

Thank you,

Mo'

Mo'
  • 33
  • 1
  • 3
  • See also: [Change JavaScript alert dialog title in iOS](http://stackoverflow.com/questions/10681381/change-javascript-alert-dialog-title-in-ios) – Myrne Stol May 25 '13 at 18:03

1 Answers1

3

You can't change the title of the alert() box from Javascript.

But you can send a request to your app and display a UIAlertView from the app.

Community
  • 1
  • 1
kennytm
  • 510,854
  • 105
  • 1,084
  • 1,005