I've come across something weird in iphone safari, you can't actually
attach a 'click' event to the body

e.g. document.body.addEventListener('click', function, false);

Nothing will fire on the iphone, however a desktop browser will fire
just fine. If I change it to touchstart/touchmove/touchend the event
will be attached and will fire on the corresponding event. Has anyone
else come across this?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to