I am developing phonegap application for iPad using jQuery mobile. My application crash when receive this message "Received memory warning"..
Please help me.?
Thank you
I am using phonegap(cordova-1.6.0) , jQuery mobile 1.6.4 and IOS 5.1
I am developing phonegap application for iPad using jQuery mobile. My application crash when receive this message "Received memory warning"..
Please help me.?
Thank you
I am using phonegap(cordova-1.6.0) , jQuery mobile 1.6.4 and IOS 5.1
Switch the phone off and back on again. Then run via Xcode again, and see if the message is gone. If it's gone, then you or the phonegap libs probably locked up some memory.
The issue will still reside with your Application, the only reason it will work on the iPad 2 and 3 is because they have more memory.
I would suggest you look into Memory Management within your wrapper as you cannot rely on hardware to cover up flaws in software - as if you continue down the track it will only get worse.
Actually this issue is not phonegap. I used iPad 1. I think its iPad1 issues.When i test in iPad 2 and iPad3 that not displayed.
"Received memory warning" means that you are using too much memory.
To fix this, you should modify your program to use less memory.
Yes, this answer was somewhat facetious. However, without any code, any architectural information, any user interface information, or any other details, this about as good of an answer as you will get.