Staci Cooper created CB-8038:
--------------------------------

             Summary: BB10 dialogs escapes backslash twice
                 Key: CB-8038
                 URL: https://issues.apache.org/jira/browse/CB-8038
             Project: Apache Cordova
          Issue Type: Bug
          Components: BlackBerry, Plugin Dialogs
            Reporter: Staci Cooper
            Assignee: Staci Cooper
            Priority: Minor


navigator.notification.confirm("\\\\", function(){}, "hello");

On android/ios the above will be printed as '\\'. On BlackBerry it prints '\'.

Looks like the js escapes the backslashes as expected, but they are then 
unnecessarily escaped again in the plugin code.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to