javascript - Why does my iOS application using cordova using excessive memory? -


i have ios application build using cordova framework angularjs, html , javascript. noticing debug inspector while application usage, memory been used excessively whenever there ajax service call.

also tried profiling using instruments , noticed allocations keeps on increasing in debug inspector.

i sure @ point of time app may crash. how solve situation?

any suggestions welcome?

enter image description here


Comments

Popular posts from this blog

android - How to save instance state of selected radiobutton on menu -

python 3 IndexError: list index out of range -

IF statement in MySQL trigger -