views:

170

answers:

1

The function focus() doenst seem to work for iphone? I need something similar to what they have done for gmail.com when you do a reply.

A: 

If you are only targeting Safari, you might try checking out the Safari-specific documentation: http://developer.apple.com/safari/

Firebug (Firefox extension) can also be very helpful in looking at how other developers are implementing things on their sites.

Nimrod