<1>. Simple example of calling the iphone map app: <a href= "http://maps.google.com/maps?q= query Criteria" > Submit Query </a>
Parameter Q: Can be an address of a place or a latitude or longitude coordinate, or it can be a query statement
For example: Query map of Putuo District, Shanghai: <a href= "http://maps.google.com/maps?q=, Putuo District, Shanghai, China" > Submit Query </a>
such as: input latitude and longitude coordinates query map, note: Latitude in front, longitude in the middle, separated by commas, latitude in-90 to + 90, north latitude is positive, longitude between 180 to +180,
The longitude is positive.
<a href= "http://maps.google.com/maps?q=31.13,121.422" > Submit Query </a>
If you want to make more complex conditional queries, refer to the bottom source link, which is connected with the & number between each parameter name when there are multiple parameters.
<2> Phone Call Function instance: When you click on the link below, we will call the interface when we usually enter the number.
<a href= "Tel: phone number" > Test call Function </a>
<3>. Calling iphone Email instance: when clicking on the link below, it will automatically call the email function of the mobile phone.
<a href= "mailto: Each other's email address" > Test outgoing mail features </a>
<4>: Call the iphone phone to send SMS
<a href= "SMS: Each other's mobile phone number" > Test texting features </a>
Reference Source link Address: http://developer.apple.com/library/ios/#featuredarticles/iphoneurlscheme_reference/articles/ Maplinks.html#//apple_ref/doc/uid/tp40007894-sw1
An app that calls an iphone with hyperlinks in an HTML page