Ios App memory Warning

Hi,

In my Ionic app crashes after a memory warning on iOS. I recently made was the version upgrade for both Ionic and Cordova. I am not sure if the problem is due to versions of ionic or Cordova.

After some digging around I found these things might cause this problem :-

  • Lots of images
  • -webkit-overflow-scrolling: touch
  • webkit-transform:translate3d(0,0,0)

Right now I am unable to track the memory error. Can someone guide me how to address this issue. Its blocking our next release on Apple Store. Thanks in advance !