Page 1 of 1

Alert differs in iOs and Android

Posted: Tue Nov 26, 2013 1:52 am
by Roger6240907

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?
Image

Image

They are generated from the simple:
code
alert('Email not valid')
/code


Alert differs in iOs and Android

Posted: Tue Nov 26, 2013 1:58 am
by Alena Prykhodko

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.