How to show mouse pointer in responsive mode?

后端 未结 10 1772
刺人心
刺人心 2021-01-31 06:45

I used to be able to uncheck a checkbox that said Emulate touch screen in the Emulation/Sensors-panel so that I could see a mouse pointer when using re

相关标签:
10条回答
  • 2021-01-31 07:27

    Warning: this is only a quick hack, not a fix

    If you right click over the emulated device picture you'll be able to keep the pointer visible so you'll at least see where you're clicking.

    Hopefully this will get resolved soon.

    0 讨论(0)
  • 2021-01-31 07:35

    Apparently, you're supposed to see a circle as your mouse when using responsive mode. I have never seen that, even using several different machines, so the feature seems broken.

    Updated for v72:


    Older

    However, right after posting this question, I finally stumbled upon a solution. In version 50, the solution is now to press the three dots to the right in responsive mode, and select Show device type. This gives you a new dropdown next to the sizes etc., in which Desktop or Mobile (no touch) can be selected to use a normal mouse pointer (disable touch emulation) while using responsive mode.

    0 讨论(0)
  • 2021-01-31 07:35

    In Chrome Version 73.0.3683.103 and macOS Mojave you have to toggle add device type button in the menu of browser window in dev mode to see the device type dropdown:

    And the select typo of device you need:

    0 讨论(0)
  • 2021-01-31 07:36

    It appears the non-existent touch cursor in Device Mode is an actual issue, and it's being tracked here

    0 讨论(0)
  • 2021-01-31 07:36

    This is a Display Drive Issue, For a simple solution press and hold SHIFT key and a cursor will be visible on device.

    BUT do click on link only WITHOUT holding SHIFT [else it will open that link in new window]

    0 讨论(0)
  • 2021-01-31 07:37

    The answer is pretty straightforward. Chrome gives you an option to create a custom device. Follow these steps: 1. Open dev tools 2. Press F1 to get into settings 3. go to devices 4. Add a custom device there.

    The IMPORTANT THING: When you create a custom device, choose the option "Mobile (No Touch)". That's it, cursor would be visible when you select this device for emulation.

    0 讨论(0)
提交回复
热议问题