Skip to content
This repository was archived by the owner on Nov 8, 2023. It is now read-only.

Emulation limitations #64

Closed
paulirish opened this issue Feb 19, 2014 · 7 comments
Closed

Emulation limitations #64

paulirish opened this issue Feb 19, 2014 · 7 comments
Assignees

Comments

@paulirish
Copy link
Member

Emulation mode doesn't emulate a few things people think it may:

general

  • Features that Chrome supports and the device/browser doesnt
      • e.g., no WebGL in iOS7, no line-height in Opera Mini
  • Features that Chrome doesn't support and the device/browser does
    • e.g. MathML in iOS7
  • browser quirks/bugs
  • GPU behavior
    • like memory constraints, layering
  • behavior of browser chrome (like url bar, etc)
  • network connectivity (3g)

realistic handling of touch emulation

⬆️ now fixed (april 2014) by http://crbug.com/337142

other features that dont obey emulation settings

Any others?

@paulirish paulirish self-assigned this Feb 19, 2014
@paulirish
Copy link
Member Author

  • treatment of forms
    • <select> isn't a dropdown but a big modal listbox
    • <input type=number> doesn't pop up a number keyboard.

@paulirish
Copy link
Member Author

Compositor behavior is the same: crbug/345520

  1. fixed position elements should always promote
  2. clear type aa should be disabled.
  3. composited scrolling should work

@paulirish
Copy link
Member Author

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.

@Garbee
Copy link
Contributor

Garbee commented Aug 11, 2014

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.

@paulirish
Copy link
Member Author

yup! nice one

@danielnv18
Copy link

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

screen shot 2014-10-17 at 4 38 08 pm

https://developer.chrome.com/devtools/docs/device-mode#limitations

edit: attached screenshot

@paulirish
Copy link
Member Author

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.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants