chao faf16d266e update | 3 mesi fa | |
---|---|---|
.. | ||
apps | 3 mesi fa | |
common | 3 mesi fa | |
libraries | 3 mesi fa | |
toolchain | 3 mesi fa | |
.gitattributes | 3 mesi fa | |
.gitignore | 3 mesi fa | |
CONTRIBUTING.md | 3 mesi fa | |
LICENSE | 3 mesi fa | |
README.md | 3 mesi fa | |
adb.NOTICE | 3 mesi fa | |
codecov.yml | 3 mesi fa | |
rush.json | 3 mesi fa |
Manipulate Android devices from any (supported) web browsers, even from another Android device.
Connection | Chromium-based Browsers | Firefox | Node.js |
---|---|---|---|
USB cable | Yes via WebUSB | No | Possible |
Wireless via WebSocket 1 | Yes | Yes | Possible |
Wireless via TCP | Yes via Direct Sockets 2 | No | Possible |
1 Requires WebSockify softwares, see instruction for detail.
2 Chrome for Android doesn't support Direct Sockets. Need extra steps to enable. See #349 for detail.
Accessing USB devices (especially your phone) directly from a web page can be very dangerous. Firefox developers even refused to implement the WebUSB standard because they considered it to be harmful.
See CONTRIBUTE.md