-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Chrome on Android ICS - Persistent footers need two taps to load #3973
Comments
I can confirm this on a separate site with Chrome Beta on a Galaxy Nexus. |
According to a comment #4663, this may be a problem with event bubbling. FWIW, I've seen similar issues in non-persistent footers and linked items in list views. |
Works on Jelly Bean. We need to get a 4.0.x device to test with. |
I didn't address this issue directly but I have taken care of #4663. @toddparker @rbdrbd @adammessinger can you test by using http://jquerymobile.com/branches/1.1-stable/js/ ? Thanks |
If you can, would you mind adding .ui-navbar ul {
overflow: visible !important;
} Anywhere in your page to see if this sorts out the issue? |
I can not reproduce the issue on Android 4.0.4 / Chrome 18. Update: I tested master with and without @johnbender his fix dea9d31. |
I cannot reproduce on our Android 4.0.4 phone, default browser or Chrome here: |
Closing as fixed. |
Persistent footers do work, but the first time you tap, the active class is applied but the page doesn't change. If you tap a second time, it will load.
http://jquerymobile.com/test/docs/toolbars/footer-persist-a.html
The text was updated successfully, but these errors were encountered: