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.

4

1 に答える 1

0

コメントから正しく理解できれば、これはPhonegap/Cordovaアプリケーションです。

次に、次のことを確認する必要があります:http: //docs.phonegap.com/en/2.3.0/cordova_notification_notification.md.html#notification.alert

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

于 2013-01-29T06:56:22.980 に答える