You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Device Info:
Samsung Galaxy Nexus smartphone (first generation) Spec sheet More specs
Stock browser (more details to come)
User issue:
After quickly tapping the navigation icon, the menu expands then collapses in the same animation. This is also true for the close state if the menu can be opened.
User solution:
Tap and hold the navigation icon until the animation stops, then it will remain open as it is expected to do.
The text was updated successfully, but these errors were encountered:
Oddly enough, an older Motorola 4G lite (not sure of model specifics) does not exhibit this behavior in the stock browser (which looks just like the stock browser for the Samsung Galaxy Nexus).
I'll need to build an isolated test page to narrow down the problem.
In above issue, see comments on fastclick. I think I can remove my "touch" detection and impliment fastclick instead. The only reason I try to detect "touch" is so I can have faster clicks... If I switch back to a standard click, and use fastclick instead, then these problems could be solved.
Device Info:
Samsung Galaxy Nexus smartphone (first generation)
Spec sheet
More specs
Stock browser (more details to come)
User issue:
After quickly tapping the navigation icon, the menu expands then collapses in the same animation. This is also true for the close state if the menu can be opened.
User solution:
Tap and hold the navigation icon until the animation stops, then it will remain open as it is expected to do.
The text was updated successfully, but these errors were encountered: