Simon MacDonald created CB-889:
----------------------------------

             Summary: Order of buttons in navigator.notification.confirm 
between iOS and Android
                 Key: CB-889
                 URL: https://issues.apache.org/jira/browse/CB-889
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 1.8.0, 1.7.0
            Reporter: Simon MacDonald
            Assignee: Simon MacDonald
            Priority: Minor


It seems like the order of buttons in navigator.notification.confirm is 
reversed on Android as compared to iOS. So if you do:

navigator.notification.confirm("Are you sure ?", registrationCallBack, 
"Confirmation", "Cancel, Ok");

in iOS the buttons show up as "Cancel" "Ok" but in Android they show up as "Ok" 
"Cancel".  See this SO for images:

http://stackoverflow.com/questions/9819851/order-of-buttons-in-navigator-notification-confirm-in-phonegap-framework


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to