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’
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.