Hi,
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'
Hi,
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'
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.