Hey all,
I read the HTML code for pre-dialing a number on iOS or Android devices was something like "<a href='tel:123-555-1212'>Dial Me</a>."
I don't know if this is true, but regardless, I'm having difficulty finding a plug-in where I can add a line of HTML code.
If that's not correct, can I use a line of java instead? like "tel: xxx-xxx-xxxx?" Is there a way to do this with the browser object? I tried using it and couldn't get it to work. First time attempting anything like this.
Thanks,
-John