Hello,
How to open Dialer to a call number?
I tried codes below
window.location.href = 'tel:+6281712345' + phone;
and set the Android permission to as below in android manifest file:
but not working..
please help
Hello,
How to open Dialer to a call number?
I tried codes below
window.location.href = 'tel:+6281712345' + phone;
and set the Android permission to as below in android manifest file:
but not working..
please help
Hello,
Could you please clarify, do you test it in the tester or as installed .apk file? What version of Android do you use in this case?
I test it on installed .apk on my android 4.4 2
Please help..
Thanks a lot in advance
Hi B510,
It seems you have wrong code:
See details here: http://blog.appery.io/2014/03/dialing...
Details: http://prntscr.com/4y70un/direct
So please start use given code:
pre
window.location.href = “tel:+375292771265′′;
/pre
Then you can modify if it works.
Regards.
its not working ..
window.location.href = 'tel:+6281712345' ;
please help...
could you try it on real device?... it's not working..
just want to update ..
trying to use iOS codes ..
window.open('tel:6281712345', '_system');
and it works .. strange ..
Hi B510,
Yes, for IOS correct code should be:
pre
window.open('tel:6281712345', '_system');
/pre
for android is:
pre
window.location.href = 'tel:+6281712345' ;
/pre
Regards.
but I ran iOS's code in Android .. and it works properly
and
tried codes below in Android .. and not working..
window.location.href = 'tel:+6281712345' ;
Hello,
Hope, this link should help you: https://getsatisfaction.com/apperyio/...