Have been thinking about this since the first iPhone demo but now that it’s getting close I’d like to get your thoughts.
Apple has a new demo video out for the iPhone (here) so you can take a look.
—————
While surfing in Safari, they tap an image and it zooms in, they tap an article and it zooms in on just that article. What’s your guess on how they are determining what to zoom?
——-
My guess is they are looking at the dom tree (code) and picking out the image tag and probably a div surrounding the article.
So, what if anything should one be doing while coding to make this work effectivly on the iPhone?