Grisu-NOE / mobile-app

This project aims to build a modern mobile web-app based on the framework Ionic to improve the functionality of http://mobile.leitstelle122.at/.
MIT License
26 stars 11 forks source link

Transition Bug [Android 6.0.1][1.2.0] #104

Closed ChESch closed 8 years ago

ChESch commented 8 years ago

Just compiled the latest version on GitHub to my Android Smartphone running CM13 (6.0.1).

See for yourself:

https://youtu.be/cP4ZcNAUQGk

Description: When starting the App in Version 1.2.0 on Android 6.0.1, the startscreen with the Grisu Logo has a transition to the Overview Tab, but it shows this Transition 2 times.

ajgassner commented 8 years ago

That happens, because the cordova plugins defined in gulpfile.js have no version set. When you rebuild the app you always get the newest version of each plugin, what is bad, because they can break the app. The fix is to set a correct working (older) version for each plugin in gulpfile.js.