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