I'm working on a phonegap based app for IOS which is already done for Android. I have the following link on a html page:
<a href="tel:0180123456789">0180123456789</a>
The Android devices are interpreting it correctly. If I click on this link on the iPhone Emulator in XCode, the console gives me the following feedback:
Failed to load webpage with error: The URL can't be shown
Is this just because of the Emulator? I'm not yet able to test this on a real device, that's why it is impossible to check it for me right now.