post "What is
wrong with the current mobile git version?".
These problem were mostly caused by build and migration problems.
I currently work on another good solution by preventing the click event.
Try this...
// Prevent firing of click event.
confirmButton.addListener("touchstart", this._preventClickEvent, this);
/**
* Prevents the firing of a click event on this widget.
* @param evt {qx.event.type.Touch} The touch event.
*/
_preventClickEvent : function(evt) {
evt.preventDefault();
},
I found the solution here:
http://stackoverflow.com/questions/2890898/preventing-mouse-emulation-events-ie-click-from-touch-events-in-mobile-safari
It prevents any firing of click events of the target.
Greetz Christopher
Am 21.01.2013 um 17:37 schrieb Ed Adasiewicz:
It didn't work for me in 2.1. I extended the Picker, changed the extended
TextField to use this new extended Picker but when I click on the Choose
button I can see the TextField being updated but the Picker dialog no longer
closes. Clicking on the cancel button also causes nothing to happen.
I see where you committed a fix to your git repository, I will try that -- I
am aware that I will need to change my code as detailed in the post "What is
wrong with the current mobile git version?".
--
View this message in context:
http://qooxdoo.678.n2.nabble.com/A-couple-of-mobile-sdk-questions-tp7582528p7582557.html
Sent from the qooxdoo mailing list archive at Nabble.com<http://Nabble.com>.
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET<http://ASP.NET>, C# 2012, HTML5,
CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122412
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel