I want my app to skip the first page when there's products in the database, if not the user pick a language and press a button to download the products.
My code is working perfectly in the browser, but when I export to an .apk file and test on my android something goes wrong with the page change. The animation is triggered on second boot, but when the animation finishes the app jumps back to the first page.
How can I solve this problem?