Hello all,
I'm running into some interesting bugs with touch event handlers and iframes. I put up 2 demo pages here:
http://waynepan.com/iphone/touchtest.html and http://waynepan.com/iphone/touchtest2.html
The first page shows that touch events are only registered in the iframe if you first touch the parent document. The second test shows that there seems to be some magical region at the top of the document that iframe touches are registered. Does anybody have any idea what's going on here?
Thanks,
Wayne