Hi,
I found this problem since day one, the memory usage of the APP by jquery mobile & phonegap on your platform can be too large on mobile deices. (bigger and bigger actually)
I have tried so many ways to minimize the memory in my project(basically no global variables), but it till cost more and more with long term usage(gmaps are highly involved in my app).
On Android (apk exported by appery), It seems like the GC is not working at all, the memory will be larger and larger, can be to 150+ mb.
When I test with Chrome, the memory will be 4050 mb when it starts, and grow to 6070 mb while using it.
Is there any bug on Android webview (phonegap activity made by appery)? or is this a bug of Appery framework made by jquerymobile?
Anyway, could you give me some ideas to optimize the memory in my project(could share with support team)?
Thanks