D
D
Dmitry2019-06-17 09:26:25
Android
Dmitry, 2019-06-17 09:26:25

Framework7 how to handle tel links?

Hello,
I am developing an application on Framework7 for Android.
When you click on a link with tel, the router tries to find the link.
How to make android dial a number?
Wednesday: cordova
xggV1NY.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Anton Shamanov, 2019-06-17
@Jfresh

see plugin https://www.npmjs.com/package/cordova-call or https://github.com/Rohfosho/CordovaCallNumberPlugin

S
Sergey, 2019-06-20
@xsh

You need to add the external class . As a result, it will look like this:

<a href="tel:+71234567" class="link external">+7 (123) ...</a>

Works under Cordova too.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question