android-js / androidjs-builder

Androidjs-builder is the official code generator for androidjs, it helps to generate and build fully featured android app in NodeJS.
MIT License
44 stars 21 forks source link

How work with clipboard ? #79

Open 1mpseven opened 1 year ago

1mpseven commented 1 year ago

why when i use Clipboard Web API (Example: navigator.clipboard.writeText ) nothing happens? This approach works great when used in a browser or PWA app. If this approach doesn't work in AndroidJS, is it possible to use some API in AndroidJS ?