A simple ionic app to test memory on a simple navigation case
If you do not have installed ionic yet, follow Getting Started with Ionic instructions.
Create a blank project : ionic start ionic-memory-test blank
Remove the generated www
folder.
Add the www
folder of this repo to your ionic project.
The app contains two pages, each of them has a list of 1000 items.
Navigation between these two pages leads to memory growth.
Memory never seems to be garbage collected.
Application crash on IOS devices. No crash currently observed on Android devices.
Feel free to update this list !