Does anybody know if it is possible to create HTML that can be clicked on so that a user is prompted to add a phone number to the android phone book?
I tried the hyperlink a:href="tel:555 etc but that just calls the number, a long press on the link will bring up an option to add to contacts, but on the droid2 that I was testing it on just takes it to the contacts lists (looks like a phone bug if you ask me)
I also have to make this work on Iphone
Ultimately I would be able to also include a name to automatically populate the contact form on the phone side for them
On another slightly related note, does anybody know where I might find a list of smartphone hyperlinks, I know of SMS: and TEL: , I need all the parameters and any others that might exist
Thanks
Mark
I tried the hyperlink a:href="tel:555 etc but that just calls the number, a long press on the link will bring up an option to add to contacts, but on the droid2 that I was testing it on just takes it to the contacts lists (looks like a phone bug if you ask me)
I also have to make this work on Iphone
Ultimately I would be able to also include a name to automatically populate the contact form on the phone side for them
On another slightly related note, does anybody know where I might find a list of smartphone hyperlinks, I know of SMS: and TEL: , I need all the parameters and any others that might exist
Thanks
Mark