champ3oy / MobileView

MobileView is a VS-Code extension that opens a responsive mobile view for testing your apps and websites directly form vs code.
54 stars 14 forks source link

Feature: Interaction with the page #7

Open tavareshenrique opened 5 months ago

tavareshenrique commented 5 months ago

Can I interact with the elements?

Make scrolling movements, for example.

n the same way that Chrome and other browsers do, with this little ball with little opacity:

https://github.com/champ3oy/MobileView/assets/27022914/84247839-ab7b-43a7-bcb9-15665d338067

champ3oy commented 5 months ago

Yes, all interactions should work as it will on any other browser.

tavareshenrique commented 5 months ago

Yes, all interactions should work as it will on any other browser.

Thanks for the answer, and congratulations on the great work, @champ3oy.

Right! But for me, unfortunately, it doesn't work.

I used the same example that I brought, notice that I can't click and drag to scroll, as if I were using my fingers, the little ball with low opacity doesn't appear.

Do I need to activate it somehow?

https://github.com/champ3oy/MobileView/assets/27022914/8051b3b1-406e-44bf-9edf-ef4c81740239

champ3oy commented 5 months ago

Unfortunately, it can't handle touch events yet

tavareshenrique commented 5 months ago

Right! I understand! That's why I opened the issue, for a future suggestion. Maybe in the future I can help with that. 😄 Thank you @champ3oy.