“tel”, “sms”, and “mailto” no longer working in Android after upgrading to cordova 3.6.3
I finally found the answer. All you have to do is add the following to config.xml: <access origin=”tel:*” launch-external=”yes”/> <access origin=”geo:*” launch-external=”yes”/> <access origin=”mailto:*” launch-external=”yes”/> <access origin=”sms:*” launch-external=”yes”/> <access origin=”market:*” launch-external=”yes”/> It all started by IBM!!! IBM Cordova Security Issues