Results 1 comments of myarth

> Adding this was sufficient for me to get `tel:` links working: > > ```js > document.addEventListener("deviceready", function () { > if (device.platform == 'iOS') { > $(document).on('click', 'a[href^=mailto], a[href^=tel]',...