简体   繁体   中英

Href tag tel: not working

I know this question has been asked lot of times. But I don't find a solution for my problem.

I have a link like which I want to make an externall call from mobile view like this:

<a href="tel:902 1111 111">902 111 111</a>

But when I click on it, it's not working. I'm using: Java ee , HTML , CSS to build my page. Any idea on why it's not working?

The issue can be related to a click event handler which might be preventing the default behaviour of the link. For example, return:false in the end of the handler might be preventing this behaviour. Try checking that and remove it. This should fix the problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM