androidjs
androidjs copied to clipboard
Platform to build android app using node js
no apk
**Describe the bug** Ran 'androidjs build' no apk, zero errors. **To Reproduce** Run the build command **Expected behavior** an apk in the dist directory (set as the output dir) desktop...
**Describe the bug** Using "require("fs")" in main.js crashes the whole app **To Reproduce** Steps to reproduce the behavior: 1. add require("fs") to main.js 2. build apk 3. launch apk 4....
**Is your feature request related to a problem? Please describe.** We really need background services, for sending notifications (maybe sending toast messages idk). My usecase: A realtime messanger which shows...
Hi! When launching the application, there is a slight delay of 1.5-2 seconds - a white screen. I use [email protected] and "project-type": "static". What can be done so that the...
since androidjs is a webview android app where disable to upload file. is there is way to do it in androidjs?
**Describe the bug** i am trying to build helloworld sample project, i already update androidjs module to the latest and still doesn't work. **To Reproduce** Steps to reproduce the behavior:...
### How/Where can we modify AndroidJS java base or extend androidjs react native layer through npm react native addons ? **for instance** i want to make the app autostart at...
Do you put the "app.location.get();" on the back or front? It doesn't seem to change anything either way. **script.js** ``` $("#loc").html(app.location.get();); ``` **index.html** ``` Webview Example .app { font-size: 30px;...
not working document.querySelector document.getElementById document.getElementByName document.getAttribute document.setAttribute
**Describe the bug** Hello, i tried to set the app to fullscreen mode to make these annoying blue/black bars go away, ive set fullscreen mode to true in package.json and...