This repository was archived by the owner on Nov 8, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 179
Emulation limitations #64
Comments
|
Compositor behavior is the same: crbug/345520
|
Emulation update to make: https://code.google.com/p/chromium/issues/detail?id=366055 That gestures like scrolling on a trackpad don't work in emulation mode. |
This issue can be closed up. All the current major points that are issues are documented in Device Mode. Future updates can be pushed into that list. |
yup! nice one |
I dont know if this is the correct place to report this but the new develop docs has an extra "h" on the link referencing the iOS issue scottjehl/Device-Bugs#2 https://developer.chrome.com/devtools/docs/device-mode#limitations edit: attached screenshot |
Thanks! fixing now… |
paulirish
added a commit
that referenced
this issue
Oct 17, 2014
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Emulation mode doesn't emulate a few things people think it may:
general
line-height
in Opera Minirealistic handling of touch emulation
exact order of mouse/touch events (including when they differ) - http://crbug.com/337142 & http://crbug.com/181204touch interaction withinoverflow:scroll
- http://crbug.com/328617tap-highlight
- http://crbug.com/327836:hover
styles still work - http://crbug.com/325898mouseenter/mouseleave/mouseout
fire during hoveringontouch*
handlers dont work: http://crbug.com/133915⬆️ now fixed (april 2014) by http://crbug.com/337142
other features that dont obey emulation settings
view-source:
- http://crbug.com/142528Any others?
The text was updated successfully, but these errors were encountered: