Hi Jose, On Wednesday 03 June 2009 Jose Luis Pellicer M. wrote: > What is the status of qooxdoo and the iPhone? > I'm curious because a) I own an iPhone and b) I tried my layout on the > iPhone (looks great there too) and I can't click on anything. Well, I > know, it's not "clicking", but if I tap a button or menu: nothing. > Why is this? Is there a plan or something regarding mobile browsers? This behaviour is iPhone-specific. Paul-Peter Koch wrote an excellent article about this:
"Initially, only links and form fields are clickable on the iPhone. However, you can make any element clickable by registering an event handler for mouseover, mouseout, mousedown, mouseup, mousemove or click on it. Even better, once you’ve registered the event handler you can safely remove it. The element will remain clickable despite the event being gone. This is very useful to know — and the documentation is completely silent on this important point." Complete article: http://www.quirksmode.org/blog/archives/2008/08/iphone_events.html Concerning qooxdoo we need to add support for this. I'll open a bug report for this. cheers, Alex ------------------------------------------------------------------------------ OpenSolaris 2009.06 is a cutting edge operating system for enterprises looking to deploy the next generation of Solaris that includes the latest innovations from Sun and the OpenSource community. Download a copy and enjoy capabilities such as Networking, Storage and Virtualization. Go to: http://p.sf.net/sfu/opensolaris-get _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
