| ID | KIS001011 | Creation date | June 11, 2008 |
| Platform | S60 3rd Edition, S60 3rd Edition FP1 | Devices | Nokia N95, Nokia E90 Communicator |
| Category | Symbian C++ | Subcategory | Nokia Web Browser |
| Keywords (APIs, classes, methods, functions): |
In order to observe load progress events of the browser control, the host application must implement the MBrCtlLoadEventObserver interface and its HandleBrowserLoadEventL function.
The second parameter of HandleBrowserLoadEventL is TUint aSize which contains size information of the event. This size information is inaccurate. For example, using this information to estimate the total amount of data received will end up giving inaccurate results.
Regardless of the second parameter's inaccuracy, HandleBrowserLoadEventL can still be used to observe events from the browser control.
No known solution.
No related wiki articles found