Unable to display the web content using Browser Control
| Tue, 2007-06-26 09:21 | |
|
This is how i am try to display the web content using Browser Control API's, iLmBrCtlInterface = CreateBrowserControlL( this, _LIT(KUrl, "http://www.google.com"); iLmBrCtlInterface->LoadUrlL( KUrl ); it would be nice if someone can give me sample code. Thanks in Advacne, |
|






Forum posts: 82
Hi
Have a look at S60 Example app BrCtlSampleApp. It works perfectly fine.
BR
G;p
Forum posts: 85
Hi yerramraju,
you have to activate browser control before loading web page:
Bye, Luca