Hi!
I created a simple dialog using native.showAlert.
The first answer to the dialog is a button with “Yes”, the other with “No”. Both are of course declared in a table.
Now the same code produces different results on different devices:
On a smartphone with Android 2.3.5 the order is correct, like defined in the code.
On a tablet with Android 4.1.2 the order is wrong, “No” comes first and then “Yes”.
Same thing in windows simulator, though this is not a problem.
But it is annoying on devices and can harm user experience, especially if he quits the app by accident, because he expected the “Yes” to come first.
Thx for your information!