I'm not trying to drive traffic there, it's just there are so many
pix, that I needed to post it there. To summarize:
The iPod Touch.. physical differences are: On button on the top left,
headphone jack at the bottom right, no volume buttons, slightly
smaller than the iPhone and about 1/3rd thinner.
user agent string:
The following code failed to detect the iPod Touch automatically.
Looks like there will be a lot of changes for all the current iPhone
Apps
if (navigator.userAgent.indexOf('iPhone') != -1) {
document.location = "iphonerevu.htm";
}
The iPod Touch user agent string is similar to the iPhone except:
- it says "iPod" instead of "iPhone"
- AppleWebKit is 420.1 rather than 420+
- "3A100a" Safari rather than "1C28 Safari" on the iPhone.
Hope this helps and get cracking on the code changes! Those iPod
Touch's are out there now.
Also, sorry about my TRIPLE post on the iPod Touch topic. I kept
losing my EDGE connection and it seems that it was posted 3 times.
Very strange.
This works for me.
On Sep 14, 5:02 pm, gregmcg <greg...@motoqapps.com> wrote:
> I posted the information with pictures on my blog sites.http://www.iphoneapps.com
Webkit.org has released a very nice detection script that is
compatible with both devices
http://groups.google.com/group/iphonewebdev/browse_thread/thread/ed265cdb859885db/03beab3520c1c78a?lnk=gst&q=stop+testing&rnum=1#03beab3520c1c78a
On Sep 14, 2:02 pm, gregmcg <greg...@motoqapps.com> wrote:
> I posted the information with pictures on my blog sites.http://www.iphoneapps.com