Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
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.