Hi,
The issue is that ionic is continuing to cache every page as the user continues to push() new pages, which adds to memory and event listener heap. Eventually the app is taking 1-2 seconds to respond to events. This is far too much for mobile applications.
I need to reset the cache for app when IonRouterOutlet
component save a lot of html and large amount of nav pushes through history. Is it possible as easily as in Ionic Angular issue?
Looking forward to your reply. Thank you for supporting React!