-
Notifications
You must be signed in to change notification settings - Fork 2.4k
First link below header OFTEN does no action after tapping #4069
Comments
Android is so buggy with position: fixed. Judging by the screenshot, this is Android 2.2 or 2.3? |
Hi, the screenshot is android 2.3.4. Thanks. |
@WHGAMICAT: I don't know if this would cause the issue you've reported here, but I think jQuery 1.7.1 is the version of jQuery that's supposed (or recommended) to be used with JQM 1.1.0. Although, I don't remember if it's a requirement. Either way, there are a couple good performance reasons to upgrade to 1.7.1. I've actually been using jQuery 1.7.2 without any issues (that I know of). |
@dcarrith : |
I have experienced the same issue with jquery 1.7.1 and jqm 1.1.0. When the header is fixed, the first link in the listview underneath doesn't work in FireFox 10 on the desktop or on an Android 2.2 phone. When I remove the fixed attribute, it works fine. |
@WHGAMICAT: I understand the issue now. I also think it's more than just the first link below the header. When the header is also fixed, sometimes when trying to click the back button on the header, it clicks through to the list element underneath. Sometimes it just hightlights, other times it actually navigates to the page linked to by the list element underneath the header. Sometimes the back button on the header hightlights but does nothing...other times, it navigates back as it should. |
@dcarrith :Yes, we're bothered by the back button now. |
+1 confirm behaviour with Chrome on Android ICS 4.0, JQ 1.7.1 JQM 1.1.0 |
Updated fiddle to latest and the problem is no longer present. tested on htc incredible 2.3 and nexus 4.0 native and chrome http://jsfiddle.net/arschmitz/sh6ZM/6/show/ is updated to latest IMO this should be closed as fixed. |
Closing as fixed; please let us know if this issue persists using latest! |
not fixed. |
@WHGAMICAT - On what device did you test? Re-opening. Changed priority from critical to high because it doesn't seem to be a problem with all Android 2.3 versions/devices. |
Let's test this again after @arschmiz is done with his work on arschmitz/jquery-mobile@3f5a5bb which should fix several fixed toolbar issues. |
@uGoMobi |
We merged fixes for fixed toolbar issues at the end of last week. Can you please test again: http://jsfiddle.net/sh6ZM/7/show/light/ |
I tested http://jsfiddle.net/sh6ZM/7/show/light/ on Browserstack, Motorola Atrix 2 / Android 2.3 and the issue still occured. |
Still happening on JQM1.2 on Android 2.2 (Acer Liquid) with my app (not jsfiddle). |
Version:
jqm 1.1.0 final with jquery 1.6.4
Situation:
We use linked-lists, and a "Fixed-positioning" navbar footer.
On android smart phones(not pad), first link below header OFTEN does no action after tapping, but highlighted.
screenshot: http://www.flickr.com/photos/47727030@N05/7086400063/
use android smart phone to open fullscreen example : http://jsfiddle.net/sh6ZM/2/show/light/
Thanks.
The text was updated successfully, but these errors were encountered: