Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.25 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.25 KB

ionic-memory-test

A simple ionic app to test memory on a simple navigation case

Installation

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.

Description

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.

Possible related issues

Feel free to update this list !