I am trying to use the alert
method, so the native iOS like alertView will popout. Everything works fine, and the alert gets displayed. But the Heading of the Alert is always index.html
.
How can i edit the heading of the alert
method
You'll want to use navigator.notification.alert() from the PhoneGap API instead. It will allow you to set a title on your alert box.