Monday, May 20, 2024
 Popular · Latest · Hot · Upcoming
153
rated 0 times [  159] [ 6]  / answers: 1 / hits: 15606  / 14 Years ago, tue, november 2, 2010, 12:00:00

How can i change the title (usually the domain) that comes in a window.alert(message) popup in (Safari)iPhone ??


More From » iphone

 Answers
37

You would need to use the open-source framework PhoneGap (http://www.phonegap.com/).



Then, use:



navigator.notification.alert(message, callback, title, button title);


via Javascript.



Edit: This would only be for developing a web app, not for a website. Changing the alert title is not possible.


[#95107] Friday, October 29, 2010, 14 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ignacio

Total Points: 467
Total Questions: 128
Total Answers: 79

Location: Luxembourg
Member since Tue, Mar 14, 2023
1 Year ago
ignacio questions
;