-
07-05-2007, 08:19 PM #1
Apple's Official info on development
I know a lot of this stuff is in the great wiki here, but here's Apple's official word on developing web apps specifically for the iPhone:
http://developer.apple.com/iphone/designingcontent.html
-
07-05-2007, 10:23 PM #2Owner / Founder - ModMyi
aka poetic_folly
- Join Date
- May 2007
- Location
- Tampa, Florida, United States
- Posts
- 8,144
- Thanks
- 497
- Thanked 4,462 Times in 1,102 Posts
Nice. Here is some stuff I am glad to see:
"*
A link to a phone number looks like this:
<a href="tel:1-408-555-5555">1-408-555-5555</a>
If you don’t wrap phone numbers in a link, Safari automatically converts any number that takes the form of a phone number to a telephone link. If your page contains a series of numbers that could be interpreted as a phone number, but isn’t, you need to break up the numbers using span elements, for example.
*
Mail links open a built-in mail compose sheet.
<a href="mailto:[email protected]">John Frank</a>
*
Google maps links open a built-in Google client rather than making a connection through the public website.
This link opens to a point on a map (Cupertino, California):
<a href="http://maps.google.com/maps?q=cupertino">Cupertino</a>
This link provides directions between two points, San Francisco and Cupertino:
<a href="http://maps.google.com/maps?daddr=San+Francisco,+CA&saddr=cupertino">Dire ctions</a>
Remember that users use a finger to choose a link. If you put links too close together on a page, your users may not be able to select the one they want."



LinkBack URL
About LinkBacks
Reply With Quote

