Uploaded image for project: 'Apache Cordova'
  1. Apache Cordova
  2. CB-8038

BB10 dialogs escapes backslash twice

    XMLWordPrintableJSON

Details

    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.

      Attachments

        Activity

          People

            purplecabbage Jesse MacFadyen
            staci.c Staci Cooper
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: