Changes between Initial Version and Version 1 of Ticket #25972, comment 21
- Timestamp:
- 12/07/2013 06:43:40 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #25972, comment 21
initial v1 1 1 25972.5.diff fixes this here (without changing the css) on Android 4.3. The problem I've seen is that for some reason jQuery in Android/Chrome wouldn't fire `adminbar.on('touchstart'...`, but fires `$(document).on( 'touchstart.wp-mobile-hover', '#wpadminbar',...`. 2 3 Tested on Android 4.3 (phone) and iOS 7 (iPad).