So i have an issue. Whenever i load my app to my android 13 smartphone, everything works fine, but when i build the app and install it to my phone, then all of the sudden it does not work. My app has 2 screens, the first screen acts as a web scraper and the second one projects the scraped data through a custom designed html table (named TABLE2.htm) , it lets you edit them and then export them to the Downloads folder as a .xlsx file. Also, the app's default file scope no matter what i define it (app,shared etc.) does not seem to solve my problem.
TELEIOOOO_checkpoint4.aia (115.0 KB)
In order to understand my issue, i attached my project. So if i use the companion, if you press the button extract in screen 1, then it gets you to screen 2 which has a html table. Now, if you build the app, and install it in your smartphone, the previous procedure does not work and states 404 not found.
You also appear to have extensions and components that you do not use, on both screens. You should remove these, and refresh your project before compiling again. They could be somehow interfering.
And @ABG is right, your screen2.backPressed event should look like this:
Possibly the only way to figure out what is happening is to debug your compiled apk, disable all blocks except for the first action, compile and test, add the next action, compile and test, until you find the problem.