ws-scrcpy icon indicating copy to clipboard operation
ws-scrcpy copied to clipboard

Web client prototype for scrcpy.

Results 59 ws-scrcpy issues
Sort by recently updated
recently updated
newest added

From https://github.com/NetrisTV/ws-scrcpy/issues/208: > > 07-23 15:29:13.572 6186 6215 D scrcpy : /// START ws-scrcpy/issues/208 > > 07-23 15:29:13.573 6186 6215 D scrcpy : Failed to get display ids > >...

bug
android

**Double tap :** post : `{{DEVICE_URL}}/session/{{SESSSION_ID}}/wda/doubleTap` Body: `{"x":146,"y":669}` **Long press:** Post : `{{DEVICE_URL}}/session/{{SESSSION_ID}}/wda/touchAndHold` Body:` {"x":132,"y":132,"duration":2}` **Lock:** Post : `{{DEVICE_URL}}/wda/lock` **Unlock:** post: `{{DEVICE_URL}}/wda/unlock` **Rotate:** post : `{{DEVICE_URL}}/session/{{SESSSION_ID}}/orientation` Body: `{"orientation":"LANDSCAPE"}` or `{"orientation":"PORTRAIT"}`...

enhancement
ios

### Discussed in https://github.com/NetrisTV/ws-scrcpy/discussions/194 Originally posted by **wanliLiu** April 9, 2022 currently ios device detect use lib `ios-device-lib`, and this lib can only run in mac or windows,not run in...

enhancement
ios

How should I set the clarity to be consistent with scrcpy

Implement #129 Critical issue: https://github.com/DeviceFarmer/adbkit/issues/42 - [x] Forward connection with `client.createTcpUsbBridge` ([adbkit](https://github.com/DeviceFarmer/adbkit)) - [ ] Disconnect after web-page has been closed. - [ ] Deny multiple connections - [ ]...

possible to add functionality for drag-n-drop an apk file to install automatically. or upload an apk to install to device

Possible to use airplay2 to replace ws-qvh for video Reference: mm wormhole and vysor using airplay2 for video.

Hi, On scrcpy there is a flag, --no-control which will disable controls (everything which can interact with the device: input keys, mouse events, etc), is it available on ws-scrcpy or...