Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
I am using the phoneui.alert() function and I am building to an ios app. I am able to make the title and text say whatever I want. I would also like to be able to change the stock transparent blue background to a solid white to make it easier to read. any ideas
MobiOne builds on top of the native javascript and Cordova/PhoneGap apis which provide only limited customization of the alert/prompt dialog. Background color is not a customizable property at this time.
Depending on your needs, I have done a custom alert page. This is a page that has dynamic text and images that I can call up on demand. I am also using a variable to store the page name before going to it, that way I can make sure the same page loads after the bypass the alert. Just an idea.