Roger6240907
Posts: 0
Joined: Mon Sep 16, 2013 5:33 pm

Alert differs in iOs and Android

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

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

Alert differs in iOs and Android

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.

Return to “Issues”