You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IMHO we shouldn't. jxcore folder under APK is read only location.
I believe we should better address another issue. Files under jxcore folder is accessible over webui. Most application uses jxcore/app.js as their default entry point, the backend logic is kind of visible to end user.
When having this folder structure:
I'm trying to read index.html in app.js:
And this fails on Android ("file does not exists"), while works on iOS.
Once I move the index.html into jxcore folder and read from there - it works for both.
The text was updated successfully, but these errors were encountered: