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

cordova-plugin-inappbrowser should allow more custom URL schemes

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 3.0.0
    • None
    • None

    Description

      The current Android regexp (^[a-z]://.?$) (https://github.com/apache/cordova-plugin-inappbrowser/blob/master/src/android/InAppBrowser.java#L1115) does not allow schemes like d2d or develop+d2d.

      According to RFC 3986 (quoting) "Scheme names consist of a sequence of characters beginning with a letter and followed by any combination of letters, digits, plus ("+"), period ("."), or hyphen ("-")" (https://tools.ietf.org/html/rfc3986#section-3.1)

       

      The regexp should be expanded to allow numbers, plus, periods and hyphens.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              timbru31 Tim Brust
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: