window.open('tel:' + localStorage.getItem('botaotel'), '_system');
window.open('tel:' + localStorage.getItem('botaotel'), '_system');
Rafael,
Have you tried to debug the code?
Hi Rafael,
Also please try to see URL you try to open:
Here is a code to modificate:
pre
console.log("url = '" + "tel:" + localStorage.getItem('botaotel') + "'");
window.open('tel:' + localStorage.getItem('botaotel'), '_system');
/pre
Regards.
I am facing the same issue when I update jQuery library to 3.0
Please check this plugin in the libraries version 3.0: https://github.com/rohfosho/CordovaCa...
Instrunction to add a plugin: https://devcenter.appery.io/documenta...