These are the two alerts I get from an Android 4.3 and iOs 6.1.3. Is there a way I can remove the 'now.html' from the iOs version?
They are generated from the simple:
code
alert('Email not valid')
/code
Hello Roger,
alert(..) dialog is browser and operating system specific. An alternative is to use the PhoneGap dialog which should look the same on different platforms.