I have Data Schema that stores ingredient for recipes (quantity, measure, name).
I also created a PageState and an AppState (just to try if the problem was only on pageState) with a list of ingredients following this data type schema I mentioned first.
What should do: everytime I click in a checkbox (from a certain ingredient) it should add to the pageState/Appstate (same exact logic for both). I use rebuild all pages when Update.
The problem is that this work fine in Debug mode & WebApp, but it doesn't on the Android apk when I install it in my phone.
Is there something in the Android deployment that disables this process?
AppState and PageStates not updating in Android APK
Actions & Logic
Tried custom functions; updating not only Page but also App State variables/
Yes
2