How to obtain loaded page from Browser Control API?
Hi,
I am trying to retrieve the current loaded page in the embedded browser in my application using the following method:
HBufC * CBrCtlInterface::PageInfoLC(TBrCtlPageInfo::EPageInfoContent)
However it returns the page loaded stripped of html tags... eventhough there's no mentioning of it in the documentation... :(
I tried also the same function using the parameter TBrCtlPageInfo::EPageInfoSavedPage, but it returns the data in a binary format (saved deck?)
Is there any way to get the loaded page from the embedded browser?
I would really appreciate any input.
Thanks in Advance,
K.