+ Reply
Results 1 to 2 of 2
  1. #1
    What's Jailbreak?
    Join Date
    Jun 2007
    Posts
    5
    Thanks
    2
    Thanked 5 Times in 3 Posts

    Default 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

  2. #2
    Owner / Founder - ModMyi
    aka poetic_folly
    Kyle Matthews's Avatar
    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."
    .


    ↑ ↑ ↓ ↓ ← → ← → B A [select] [start] Kyle Matthews

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts