chao faf16d266e update | пре 3 месеци | |
---|---|---|
.. | ||
apps | пре 3 месеци | |
common | пре 3 месеци | |
libraries | пре 3 месеци | |
toolchain | пре 3 месеци | |
.gitattributes | пре 3 месеци | |
.gitignore | пре 3 месеци | |
CONTRIBUTING.md | пре 3 месеци | |
LICENSE | пре 3 месеци | |
README.md | пре 3 месеци | |
adb.NOTICE | пре 3 месеци | |
codecov.yml | пре 3 месеци | |
rush.json | пре 3 месеци |
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