Zakir hussain
Zakir hussain

Reputation: 392

Display the web page in BrowserField after loading the whole page in BlackBerry Java

I am working on an project on which I added a BrowserField in my screen. When I call this it shows a blank page until the page is loaded.

I want when my complete page is loaded, then I will show it; before that, I show a progress indicator.

Please give your valuable suggestions how I can achieve this task as soon as possible.

Upvotes: 0

Views: 97

Answers (1)

Nate
Nate

Reputation: 31045

It really depends on how you want it to look and function (and which OS versions you need to support).

If you're using BrowserField, and not managing the HTTP connection manually, you can detect the page load finishing with BrowserFieldListener#documentLoaded().

Upvotes: 1

Related Questions