views:

443

answers:

1

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'

A: 

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.

KennyTM
Thank you! I didn't think of this way.
Mo'