Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dial a number using Phonegap in IPhone

I need to Make a call to a phonenumber using a PhoneGap Application in IPhone. Here is the code that I am using which is not working <a href="tel:+1-800-275-2273" style="width:300px;height:67px;margin-bottom:20px;"><img src="image.png" alt="" /></a>

Also I am using childbrowser and mapkit plugin in the app. Can anyone tell me how should I make a call using Phonegap in Iphone app ?

Thanks in advance.

like image 255
Aspiring Developer Avatar asked Jun 07 '11 08:06

Aspiring Developer


1 Answers

I just tried it (copy and paste) without an image but with just text, it tried to dial the number, so it works. Something else must be wrong.

like image 82
Shazron Avatar answered Sep 18 '22 22:09

Shazron