I am not emulating mobile devices. How do I disable the Chrome DevTools device emulator?

Google ChromeGoogle Chrome-Devtools

Google Chrome Problem Overview


Since recent updates, Chrome DevTools now shows a useful device emulator:

enter image description here

Which is great, but I'm not emulating anything:

  • All the options in Device are unticked
  • All the options in Media are unticked
  • All the options in Network are unselected
  • All the options in Sensors are unticked

Clicking the 'reset' button also still shows the emulation bar.

How can I turn Chrome DevTools device emulator off when I am not using it?

Google Chrome Solutions


Solution 1 - Google Chrome

Open Developer Tools and click the "phone" icon - upper left corner. This toggles the ruler on and off.

Toggle device toolbar screenshot

Solution 2 - Google Chrome

You can also use the keyboard shortcut: Windows: Ctrl + Shift + M Mac: Cmd + Shift + M

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionmikemaccanaView Question on Stackoverflow
Solution 1 - Google ChromeHavelView Answer on Stackoverflow
Solution 2 - Google ChromejaredwilliView Answer on Stackoverflow