I solved that problem recently by listening to a "tap" event and change the 
document.location.href
because there are also issues with hyperlinks on Samsung devices.

http://stackoverflow.com/questions/5388036/difference-between-document-url-and-location-href

As far as I see, we do nothing special with hyperlinks. We do not alter them in 
any way.

You might have a look at the meta tags of your index.html especially this one:

<meta name="format-detection" content="telephone=no" />


Don't know if this changes the behavior of a hyperlink

Greetz Christopher



Am 21.05.2014 um 15:57 schrieb Vincent Vandenschrick 
<vvand...@gmail.com<mailto:vvand...@gmail.com>>:

And by the way, I think that the problem you mentioned is specific to using 
cordova, no ? Apple explicitely supports the mailto: scheme in iOS, which is, 
like for the tel: scheme, very useful.

https://developer.apple.com/library/ios/featuredarticles/iPhoneURLScheme_Reference/MailLinks/MailLinks.html

Kind regards,
Vincent


2014-05-21 15:53 GMT+02:00 Vincent Vandenschrick 
<vvand...@gmail.com<mailto:vvand...@gmail.com>>:
Hi Christopher,
Thanks for your answer. Ok for the mailto: URL.
However a plain http URL doesn't work either (still only on iOS), see :

http://tinyurl.com/ns2ntpw

TIA,
Vincent


2014-05-21 15:44 GMT+02:00 Christopher Zündorf 
<christopher.zuend...@1und1.de<mailto:christopher.zuend...@1und1.de>>:

Hi Vincent,

this is not a qooxdoo issue. iOS and mailto: does not work by default.

Have a look at:

http://stackoverflow.com/questions/21678891/mailto-link-not-working-in-ios-5-using-cordova

Greetz Christopher

Am 21.05.2014 um 15:30 schrieb Vincent Vandenschrick 
<vvand...@gmail.com<mailto:vvand...@gmail.com>>:

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:v...@j.org<mailto:v...@j.org>" 
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
qooxdoo-devel@lists.sourceforge.net<mailto:qooxdoo-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel


------------------------------------------------------------------------------
"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
qooxdoo-devel@lists.sourceforge.net<mailto:qooxdoo-devel@lists.sourceforge.net>
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel



------------------------------------------------------------------------------
"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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

------------------------------------------------------------------------------
"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
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to