Github user shazron commented on the issue: https://github.com/apache/cordova-plugin-wkwebview-engine/pull/20 No repro. Steps: ``` cordova create test test test cd test cordova platform add ios cordova plugin add cordova-plugin-wkwebview-engine ``` Edit `test/www/index.html`, add these tags: ``` <br /> <a href='tel:15551234'>TEL</a><br /> <a href='mailto:n...@example.com'>MAILTO</a><br /> ``` Then: ``` cordova build cordova run --device ``` On the device, when I press either the `tel` or `mailto` links, it launches the Phone.app and Mail.app respectively. Note that the default root `config.xml` in a new project has these tags: ``` <allow-intent href="tel:*" /> <allow-intent href="mailto:*" /> ```
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org