Hi there guys,
I’m super new to Ionic and angular as well but i pretty much just threw myself at creating my first little app.
Its an app that shows events for different churches, i load in the events from a mysql database hosted on my desktop atm while developing and im using infiniteload to populate the lists.
And i love it!
However when i test out the app on my android phone (Galaxy S6 Edge, using 5.0.2) im getting some pretty laggy performance between the different views and when scrolling.
I pretty much get no animation between the views since they are lagging from start to end, and scrolling feels like im getting very low FPS.
Does anyone else have this issue, or is there maybe a solution that i dont know about?
Im pretty much using a vanilla setup for reference with the “ionic start myApp sidemenu” command and only 2 additional views.
You can see the app here if you want to take a look: http://78.143.79.22:8100/#/app/ (Only the second and third church actually got any data in it)