Answer the question
In order to leave comments, you need to log in
How to link to a phone number in a PhoneGap app?
How to link to a phone number in a PhoneGap app?
I use the onsen.io framework
on iphone. Standard links like this work quite well. <a href="tel:234234234">234234234</a>
On Android, they don’t work.
Answer the question
In order to leave comments, you need to log in
an article on this topic
in general, you need to specify in config.xml
<access origin="tel:*" launch-external="yes" />
<access origin="mailto:*" launch-external="yes" />
<uses-permission android:autoLink="phone" />
window.open('tel:12345678', '_system')
maybe "tel:1234" ? I am using Appcelerator Titanium and this is how I call the number.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question