I have an app with multiple screens. One screen has a canvas on it and I need to switch between the canvas screen and other screens.
I have discovered that if you do this several times then it seems to eat up the phones memory and eventually the app will start running extremely slowly.
I am assuming that each time you navigate to the canvas screen it opens up a new one in the phones memory. Is there any way to close the canvas screen ?
I may be barking up the wrong tree but I cannot think of any other reason why the app suddenly starts running slowly. It usually happens after opening the canvas screen about 8 times.
Any ideas what I can do about this ?