i am new in blackberry development world. and i have task to develop the application with blackberry widget sdk.
I have developed the blackberry application with widget sdk. which is fully coded in html and java script. the problem is with the html loading the application. my application is taking so much time to load the html content in the phone device.
And in the device the page taking so much time to load the html and java script content.
So please help me to load the html and java script content fast in my blackberry device.
The HTML itself is not the problem. It’s rare for HTML to weigh more then 30kB. Instead try to minimize your requests (less images, use sprites, less javascript/css files), and also try to see whether your server (the host of which you grab the information [html, css, javascript] from.).
Good luck 😉