I have a mobile app using app connect, I have a “Call” button I want the user to be redirected to the phone app and with the number preloaded there.
Is there a way to do that in Wappler?
I tried with
< a href=“tel:+1234567890” class="">call
but didnt work
TMR
2
This works perfectly: <a href="tel:+1234567890">call</a>
What browser are you testing it on?
Im using the android simulator and app connect to build the android app
franse
4
If you’re using Framework7 try this:
<a href="tel:+1234567890" class="external link" target="_blank">Call number</a>
Thanks! that works perfectly! But just for Android 
franse
6
Hmmm, can you show config.xml?
I didnt realized that the iphone simulator doesnt have the call app, for ios it needs to be tested in a physical phone