'How to use "window.open" in iOS for js command?

I am using Appery.io app builder and my app is JQM with v5.3 libraires version

I have to js code in click event and run in Android but not in iOS.

I tried this and the same result. Anything argument in window.open run in Andorid but not in IOS (mail, https…).

window.open("tel:+34607507097");

window.location.href = 'tel:+34607507097';

Any suggestions . Thanks



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source