I'm having a problem with the app I'm building the RAM of the BB 9800 is too small.
I have a html5 application that I use in IOS and Blackberry.
I'm using phonegap plugin
to pull data form server by using Sybase
.
On IOS everything runs fine but on blackberry I frequently get a message "low on memory, please stop applications" and the only app running is mine. And usually this is followed by "app closing because its too big".
How can I either increase the memory available for my app (unlikely) or decrease the amount my app is using (tips and guide lines)
I'm using:
Sencha Touch
for our interfacePhonegap
to access the native apiSybase
to do the sync between our local data and the server dataNo toolkits - only one is sencha touch
- everything is loaded at index.html - no ajax at all
- index.html is a local file - no request loading
Sencha does the DOM
stuff - not all screens in one main DOM - the screens are created on demand.