01-16-2013 12:34 AM
Hello blackberrians,
I made a browser application with using BrowserField. But it have many problems like- it is slow browser, rendering problem in os 7 and above, some times showing white screen. Is there any other way to make a browser application?
Thanks
Dinesh
01-16-2013 04:54 AM
I'm not sure I understand the question.
Can you describe the application that you are creating. It sounds like it is entirely Web based so I am wondering why you are using a BrowserField. Have you looked at WebWorks?
In general, my experience with BrowserFields is that they are slow, even when the data is being provided locally. Rendering problems can usually be accommodated by making sure the HTML is appropriate for the Browser. For the white screen, you will have to have appropriate logging in the application to determine what is causing these. I suspect network issues.