Page 1 of 2

One Button Native Dailer for both Android & iOS

Posted: Mon Aug 31, 2015 4:59 am
by clio_pasta

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')


One Button Native Dailer for both Android & iOS

Posted: Mon Aug 31, 2015 6:03 am
by inautism

One Button Native Dailer for both Android & iOS

Posted: Mon Aug 31, 2015 8:59 am
by Serhii Kulibaba

Hello Clio,

Please look this tutorial: https://blog.appery.io/2014/03/dialin...


One Button Native Dailer for both Android & iOS

Posted: Mon Aug 31, 2015 6:11 pm
by clio_pasta

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


One Button Native Dailer for both Android & iOS

Posted: Wed Sep 02, 2015 1:00 am
by Illya Stepanov

Hi Clio -

I'm not sure if this is possible within hybrid apps, but you can look for a solutions online.


One Button Native Dailer for both Android & iOS

Posted: Sat Dec 05, 2015 11:50 pm
by OldeDeBolde

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?


One Button Native Dailer for both Android & iOS

Posted: Sat Dec 05, 2015 11:52 pm
by OldeDeBolde

This code does not work on my android phone using the app tester. Nothing happens. Any idea why not? How to troubleshoot this?

Thanks


One Button Native Dailer for both Android & iOS

Posted: Sat Dec 05, 2015 11:54 pm
by OldeDeBolde

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


One Button Native Dailer for both Android & iOS

Posted: Sun Dec 06, 2015 2:03 am
by Evgene Karachevtsev

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.


One Button Native Dailer for both Android & iOS

Posted: Sun Dec 06, 2015 5:32 pm
by OldeDeBolde

Thanks!
Any idea if this would work for windows phones too?