Hi all,
I'm currently unable to have hyperlinks working in iOS (any browser) wether
I can get them to work in desktop browser running the same mobile app.
Basically, I'd like to have a label containing a mailto: or tel: URL. Since
pointer-events are inactive by default on labels, I can re-activate them
using style="pointer-events:all; in my label text, e.g. :
<a href="mailto:[email protected]" style="pointer-events:all;">test</a>
This works perfectly in desktop browser, but fails on (real or simulator)
iOS machines. The link is "tapable", it graphically reacts to "tap", but
nothing happens.
The same link html fragment works fine on iOS when directly placed on a
simple html body, so I believe it has something to do with qooxdoo event
handling (or not ;-).
Here is a simple playground example to demonstrate the problem :
http://tinyurl.com/offq3d2
Thanks in advance for any hint,
Vincent
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel