JQTouch no longer supports Android?

I have a stripped down page using jQTouch (jQTouch-1.0-b4-rc) from jqtouch.com that refuses to work with Android 4 WebView (phone book / cordova, ICS browser, etc.). It works great in many other browsers (iOS, Safari, FF, Chrome, IE), but after downloading it fails to switch to Android 4, suggesting jQTouch is not compatible with Android. The page loads, but navigation does not work. I reproduced this on two different phones and in an emulator. He is constantly broken. Check this:

http://workgroup.ca/jqt_fails_on_android/

I tried using jQTouch with zepto and jquery 1.4.2, 1.7.0 and 1.7.2, and I really don't think this problem works as expected in any other browser. I think jQTouch is no longer compatible with the Android WebView web browser. I tested on Android 4.0.3 and 4.0.4. It does not work on two devices and in the emulator, using the default browser, chrome beta and PhoneGap.

Can someone please take a look at this stripped-down page and show me the error or confirm that jQTouch no longer supports Android.

To this end, does anyone really have a jQTouch app running on Android 4? If so, which URL and which file versions work for you?

Thanks,

Murray

+4
source share
2 answers

Just by posting a moxy comment in the Reply section.

jQTouch on Android requires useFastTouch: false

 var jQT = new $.jQTouch({ statusBar: 'black', useFastTouch: false }); 
+4
source

I tried using your application on my Android phone. Pantech Burst. It works great. Not sure if you changed it now or what.

+1
source

Source: https://habr.com/ru/post/1416684/


All Articles