Click here to Skip to main content
15,896,726 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I built an android app with HTML5 and Javascript. I want to enable users to dial numbers but it is not working:
<a href="tel:01224001111">01224001111</a>
I also added this line to android manifest xml:
<uses-permission android:name="android.permission.CALL_PHONE" xmlns:android="#unknown" />
Posted
Updated 18-Dec-15 5:25am
v3

1 solution

just set link to tel:01224001111

for example

<a href="tel:01224001111">01224001111</a>
 
Share this answer
 
Comments
elshorbagy 18-Dec-15 11:26am    
but it is not working

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900