auchenberg / vscode-browser-preview

A real browser preview inside your editor that you can debug.
MIT License
4.39k stars 153 forks source link

Add support for touchscreen-based scrolling #204

Open iecxiv opened 3 years ago

iecxiv commented 3 years ago

Edit: Add support for touchscreen-based scrolling, probably using pointer-events or similar to react to scrolling gestures

when in touchscreen scroll is not working, would be fabulous add this option, or/and show scroll bar

auchenberg commented 3 years ago

Mouse scroll is already supported, allowing you to scroll on regular pages. What's the specific scenario you are looking for?

iecxiv commented 3 years ago

i am working on 2in1 computer, with touchscreen, if i want to scroll touching my screen i cant. yes with mouse scroll works great, but in touchscreen dowsnt works. have I answered your question?

iecxiv commented 3 years ago

sorry, using this two extensions: https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer + https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-browser-preview

auchenberg commented 3 years ago

Gotcha, so what you are requesting is touchscreen support for scrolling. Gotcha.

iecxiv commented 3 years ago

yes. should be awesome. thanks in advance, best regards