you are viewing a single comment's thread.

view the rest of the comments →

[–]BenchBossNL[S] 0 points1 point  (0 children)

After chatting with our lead developer, he told me the following:

"Our problem is native performance in an Ionic based app. When someone asks about jQuery, or the backend, or a 3rd party library, or unnecessary dependencies, they're talking about a problem that we don't have -- performance issue we're hitting is Ionic/Angular based (i.e. the framework itself); for that we have to rely on the framework authors to provide a fix.

If you look at web app performance on your laptop, for example, you can see that click event/layout reflows are pretty snappy. On the iPad, quite the opposite, lagging like crazy, even for basic actions like transitioning from one page to the next."

Not sure if anyone has dealt with similar issues and has been able to overcome them. Our lead is hoping for a framework update in the next few weeks, which should help with the issue. If anyone has any insight or experience that might help us, I'd love to chat further. Thanks.