Hi All!
I am using browser control API in my application.
I am trying open the embedded link through it.
my code is :
CreateBrowserControlWithObserversL(TBrCtlDefs::ECapabilityDisplayScrollBar|
TBrCtlDefs::ECapabilityClientResolveEmbeddedURL);
_LIT(KUrl, "www.google.com");
iBrCtlInterface->LoadUrlL( KUrl );
When I execute it on emulator, it crashes with "feature not supported(-5)" and then "System error(-2)"
The SDk I am using is "Symbian\9.1\S60_3rd_MR"
The same crash I can see with the browser control example given in SDK too.
Whats the problem experts??
Plz guide. Its urgent.
Thanks in Advance.
Regards.
Shilpa K



