Denis Matafonov created CB-12382:
------------------------------------

             Summary: Tel:* links dont work in iPhone
                 Key: CB-12382
                 URL: https://issues.apache.org/jira/browse/CB-12382
             Project: Apache Cordova
          Issue Type: Bug
            Reporter: Denis Matafonov


Compiled an app at build.phonegap.com, on newer Cordova version 4.3.0

All my tel: and sms: links stopped working. When user clicks nothing happens.

Here's my XML:

  <access origin="*"/>
  <access origin="tel:*" launch-external="yes"/>
  <access origin="sms:*" launch-external="yes"/>

  <plugin name="cordova-plugin-whitelist"/>
  <allow-intent href="http://*/*"/>
  <allow-intent href="https://*/*"/>
  <allow-intent href="tel:*"/>
  <allow-intent href="sms:*"/>
  <allow-intent href="mailto:*"/>
  <allow-intent href="geo:*"/>



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

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to