Chet Corcos created CB-14034:
--------------------------------

             Summary: tel: mailto: etc. do not work
                 Key: CB-14034
                 URL: https://issues.apache.org/jira/browse/CB-14034
             Project: Apache Cordova
          Issue Type: Bug
          Components: cordova-android, cordova-ios
            Reporter: Chet Corcos
            Assignee: Joe Bowser


Links such as this no longer work on iOS and Android.
 
      <a
        href="tel:9165489445"
        target="_blank"
      >
        click me
      </a>
 
I opened up all my whitelist configurations to make sure that was not the issue.
 
<access origin="*"/>
<allow-intent href="*"/>
<allow-navigation href="*" />
 
I also tried all sorts of things with `window.open` with no luck.
 
I'm also using the apache wkwebview plugin which might be relevant. Spent a 
solid 2 hours trying to figure this out with no luck. Not even an error, it 
just silently fails...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to