-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile browser as a client #21
Comments
You should be able to just click on the image to generate input events. |
Yes , it work fine |
So, you are using browser on a smartphone to open ws-scrcpy web page, is that correct? |
YES!thst is I mean! |
If look likes this |
I have a idea |
I think that these lines inserted here should solve problem with drag (but I didn't test): document.body.ondragstart = function(e: MouseEvent): void {
e.preventDefault();
e.stopPropagation();
}; P.S. Or adding |
I insert them but nothing change QQ draggable="false" |
this did not work for me, please help with the working code |
did you get the solution? |
thanks for adding more feature, it now works on touch device, you guys did a great job |
DEV-13492 [Ramiel] 2021-11-24 키보드 이슈
have any possible to let phone use?
I use it to drag phone ,web page will move....
The text was updated successfully, but these errors were encountered: