0

I want to customize the alert title in my alert popups in iphone. Right now it is using the html page name in the title. Like AddDetail.html says: and so on. But, I don't want to display the name of my html pages to the users.

Scott Berrevoets
  • 16,921
  • 6
  • 59
  • 80

1 Answers1

0

If I understood right from the comments, this is a Phonegap / Cordova application.

Then you should check: http://docs.phonegap.com/en/2.3.0/cordova_notification_notification.md.html#notification.alert

syntax: navigator.notification.alert(message, alertCallback, [title], [buttonName])

Samuli Hakoniemi
  • 18,740
  • 1
  • 61
  • 74