How can i change the title (usually the domain) that comes in a window.alert(“message”) popup in (Safari)iPhone ??
How can i change the title (usually the domain) that comes in a window.alert(message)
Share
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 would need to use the open-source framework PhoneGap (http://www.phonegap.com/).
Then, use:
via Javascript.
Edit: This would only be for developing a web app, not for a website. Changing the alert title is not possible.