Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-23 Thread Vincent Vandenschrick
on Windows Phone and iOS. >>>> In any other case to false, it uses iScroll. This is the best behavior by >>>> now. >>>> >>>> Greetz Christopher >>>> >>>> Von: Vincent Vandenschrick [vvand...@gmail.com] >>>> Gesendet: Fr

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-23 Thread Vincent Vandenschrick
you do not define the qx.mobile.nativescroll in your config.json, it >>> will be set to true on Windows Phone and iOS. >>> In any other case to false, it uses iScroll. This is the best behavior by >>> now. >>> >>> Greetz Christopher >>> >&

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-23 Thread Christopher Zündorf
Von: Vincent Vandenschrick [vvand...@gmail.com<mailto:vvand...@gmail.com>] Gesendet: Freitag, 23. Mai 2014 07:13 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile And by the way, what is the rationale for the qx.mobile.nativescroll option ? Should I set it to

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-23 Thread Vincent Vandenschrick
to true on Windows Phone and iOS. > In any other case to false, it uses iScroll. This is the best behavior by now. > > Greetz Christopher > > Von: Vincent Vandenschrick [vvand...@gmail.com] > Gesendet: Freitag, 23. Mai 2014 07:13 > An: qooxdoo Development > Betreff: Re: [q

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-23 Thread Christopher Zündorf
Von: Vincent Vandenschrick [vvand...@gmail.com] Gesendet: Freitag, 23. Mai 2014 07:13 An: qooxdoo Development Betreff: Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile And by the way, what is the rationale for the qx.mobile.nativescroll option ? Should I set it to

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-22 Thread Vincent Vandenschrick
And by the way, what is the rationale for the qx.mobile.nativescroll option ? Should I set it to « true » unless a problem is detected ? TIA, Vincent Le 22 mai 2014 à 18:53, Vincent Vandenschrick a écrit : > Christopher, > The solution works great for both carousel and native scroll. But the pr

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-22 Thread Vincent Vandenschrick
Christopher, The solution works great for both carousel and native scroll. But the problem is still there for MIScroll (non-native scroll). HTH, Vincent Le 22 mai 2014 à 18:37, Christopher Zündorf a écrit : > Fixed: > > http://bugs.qooxdoo.org/show_bug.cgi?id=8365 > > Am 22.05.2014 um 18:20

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-22 Thread Vincent Vandenschrick
Great, I’ll test Le 22 mai 2014 à 18:37, Christopher Zündorf a écrit : > Fixed: > > http://bugs.qooxdoo.org/show_bug.cgi?id=8365 > > Am 22.05.2014 um 18:20 schrieb Vincent Vandenschrick : > >> Great! Tell me when you commit something so that I can test asap. >> >> Vincent >> >> Le 22 mai 2

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-22 Thread Christopher Zündorf
Fixed: http://bugs.qooxdoo.org/show_bug.cgi?id=8365 Am 22.05.2014 um 18:20 schrieb Vincent Vandenschrick mailto:vvand...@gmail.com>>: Great! Tell me when you commit something so that I can test asap. Vincent Le 22 mai 2014 à 18:03, Christopher Zündorf mailto:christopher.zuend...@1und1.de>> a

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-22 Thread Vincent Vandenschrick
Great! Tell me when you commit something so that I can test asap. Vincent Le 22 mai 2014 à 18:03, Christopher Zündorf a écrit : > Same solution at nearly the same time. > > The preventDefault is for prevent that whole page scrolls instead of the > scroll container. > > I try another solutio

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-22 Thread Christopher Zündorf
Same solution at nearly the same time. The preventDefault is for prevent that whole page scrolls instead of the scroll container. I try another solution, by preventing the touchmove. Greetz Christopher Am 22.05.2014 um 17:52 schrieb Vincent Vandenschrick mailto:vvand...@gmail.com>>: I finall

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-22 Thread Christopher Zündorf
Okay, I currently working on a similar bug. Have a look at MNativeScroll.js Line 195. You might comment out that line, and check it again if it works. Please let me know if this works. Greetz Christopher Am 22.05.2014 um 17:08 schrieb Vincent Vandenschrick mailto:vvand...@gmail.com>>: Hi Ch

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-22 Thread Vincent Vandenschrick
I finally got it. The MIScroll.onBeforeScrollStart / MNativeScroll._onTouchStart mixins call preventDefault() on the event that comes from the hyperlink, thus stopping its execution. Wouldn’t there be a mean to be more restrictive on the events that are actually stopped ? I don’t feel the click

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-22 Thread Vincent Vandenschrick
Hi Christopher, Thanks for the hint. However, I dug into the problem a little more and I finally found out that the qx.ui.mobile.container.Scroll is preventing the hyperlinks that added inside to work. The simple application below demonstrates the problem. 1st hyperlink is working wether the 2nd

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-21 Thread Christopher Zündorf
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

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-21 Thread Vincent Vandenschrick
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>: > Hi Vincent, > > this is not a qoo

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-21 Thread Vincent Vandenschrick
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.ht

Re: [qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-21 Thread Christopher Zündorf
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 mailto:vvand...@gmail.com>>: H

[qooxdoo-devel] Hyperlinks in qooxdoo mobile

2014-05-21 Thread Vincent Vandenschrick
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

Re: [qooxdoo-devel] Hyperlinks

2007-05-06 Thread Jim Hunter
If you choose not to use a qx.ui.embed.LinkEmbed control, you can add an event listener to the click event of almost every visual control and process the event like an tag would. So basically you can make every area of your page 'active' if you want. Jim www.D4PHP.org www.D4PHP-Hosting.com On

[qooxdoo-devel] Hyperlinks

2007-05-06 Thread Chris Haynes
Newbie here - still finding my way around... So far, the only way I've found to make an area of the screen 'active', i.e. cause a new page to be fetched, is to use a Button. Is it possible to associate HTML hyperlinks with Atoms? With table rows? With 'any' event? TIA Chris Haynes -