Click to Call

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

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

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 :frowning_face:

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