How to setup native dailer for both IOS and Android in same button, the difference is only semi colon on syntax, please advise
Android
window.open('tel:+37529XXXXXXX', '_system');
iOS
window.open('tel:+37529XXXXXXX', '_system')
How to setup native dailer for both IOS and Android in same button, the difference is only semi colon on syntax, please advise
Android
window.open('tel:+37529XXXXXXX', '_system');
iOS
window.open('tel:+37529XXXXXXX', '_system')
Hello Clio,
Please look this tutorial: https://blog.appery.io/2014/03/dialin...
Actually, you miss the point, please read the question again
ONE BUTTON dailer for both Android and iOS
I am asking HOW...to do it in Apperio.io
**actually the article script does not work
Hi Clio -
I'm not sure if this is possible within hybrid apps, but you can look for a solutions online.
I have the same issue. Does someone knows how to solve this?
I am using this js script on button click
window.location.href='tel:9999999999';
I am using the app tester on my phone, but nothing happens on my phone. Wrong code or do I have to allow this for using a phone functionality?
This code does not work on my android phone using the app tester. Nothing happens. Any idea why not? How to troubleshoot this?
Thanks
Someone found a solution for this? Seems to me a must have feature in a lot of apps. Can not imagine this is not working....
Plse help
Hello,
You may try to use some appropriate phonegap plugin for this, for example this one: https://github.com/Rohfosho/CordovaCa... It should be working the same way for iOS and Android.
Thanks!
Any idea if this would work for windows phones too?