-
8 May 2012 7:38 AM #1
Sencha Touch 2 & jQuery compatibility Issues
Sencha Touch 2 & jQuery compatibility Issues
Hey folks,
I am just before the release of a new app, which I built using Sencha Touch 2. For some features, i need jQuery.
But if I include jQuery 1.7.2 to my index.html i have one major issue: Textfields in a Formpanel are not selectable now.
Does anyone have an idea, how to fix this?
Thanks in advance
Dominik
-
8 May 2012 8:08 AM #2
To be a bit more specific:
If I "select" the TextField via the .focus() method, everything is fine.
The problem only occurs on iPhone (Simulator and real device), i have not tested the app on an Android Device. In Safari on my Mac everything is fine, too.
I have absolutely no idea, how to fix this.
Thanks for your help!
-
9 May 2012 6:22 AM #3
And finally: i found the solution by myself.
The jQuery.UI.Touch component interrupted some touch events of ST2.
I implemented a workaround for the non-ST-part withour jQ-UI and everything is fine.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote