I'm developing an iOS app consisting of HTML functionality within a UIWebView object.
The app contains a number of javascript alerts e.g. alert("Here is a message.") which display the message fine, but the title of the alert box is set to MyAppName.app.
I would prefer this was set to My App Name instead, but can't see where this is set, or what value I need to change.