Rafael Marques
Posts: 0
Joined: Thu Aug 14, 2014 12:00 am

WHY THIS CODE DOES NOT WORK ON IOS?

window.open('tel:' + localStorage.getItem('botaotel'), '_system');

Alena Prykhodko
Posts: 0
Joined: Tue Apr 09, 2013 7:36 am

WHY THIS CODE DOES NOT WORK ON IOS?

Rafael,

Have you tried to debug the code?

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

WHY THIS CODE DOES NOT WORK ON IOS?

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.

Anim
Posts: 0
Joined: Fri Jul 03, 2015 10:45 am

WHY THIS CODE DOES NOT WORK ON IOS?

I am facing the same issue when I update jQuery library to 3.0

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

WHY THIS CODE DOES NOT WORK ON IOS?

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...

Return to “Issues”