When you test your app, sometimes, the big feature you added is not responding to your clicks or taps.
It's very often a cache/manifest issue.
Here is how to solve it:
- First reach your Backoffice:
yoursiberian.com/backoffice
- Then, add
/index/clearcache/type/app_manifest
to your URL: yoursiberian.com/backoffice/index/clearcache/type/app_manifest
- Wait for the success message
- You can then clear the cache by replacing
app_manifest
in the URL with cache
or overview
- Then, navigate to
yoursiberian.com/backoffice/advanced_tools/
and click on
Rebuild the sources/APK, and test again. It should solve the issue.