I have a problem with the application in which I create the RAM BB 9800 is too small.
I have an html5 application that I use on iOS and Blackberry. I am using the phonegap plugin to output the form server using Sybase .
Everything works fine on iOS, but on blackberry I often get the message “low memory, please stop the application” and the only application works on mine. And usually this is followed by "closing the application because it is too large."
How can I either increase the available memory for my application (unlikely) or reduce the amount that my application uses (tooltips and guidelines)
I use:
Sencha uses DOM material - not all screens in one main DOM - screens are created on request.
source share