Dear DroidScript Developer,
I have a project that uses app.LoadScript("
https://my-hosting-url/script.js") and it works perfectly in the development environment. However, after building the APK with the following options enabled:
✓ Obfuscate Code
✓ Include System Assets
The app shows a blank screen when launched.
It seems that app.LoadScript() does not work correctly in the APK build with these options enabled, possibly due to code obfuscation or some security restrictions.
Can you please confirm:
1. Is app.LoadScript() from external URLs supported in release APK builds?
2. If not, is there a recommended alternative way to dynamically load external scripts after APK compilation?
3. Should we avoid obfuscation in such cases?
Looking forward to your support.
Thanks,
Gurudas Gaonkar
App Developer