I am creating a phonebook of sorts for each of our terminals and want to use the clickable fields example as a starting point
My problem is that I also need to be able to list the personal of each of the terminals with their contact information if I create a table for each person the data would be confusing and cluttured,
What I would like to do is be able to click the terminal and list a contacts page with the ability to make the phone numbers and emails live on the device that is to say on touch of a number it opens the phone dialer.
Can I use html code in my tables would the lister reconize the tags and would they parse through the get from the json service?
and is there any special code and or tag that needs to be used for the device to reconize a phone number and or email address?
Example
code
Name: Terminal 1
Address: <br>123 some street<br> <br>Austin, TX<br> <br>12345<br>
Personal: <br> Jane Doe , Owner <br> <br>John Doe, Terminal Manager<br>
/code