Hi,
I am using the Browser Control to display a simple locally stored html help page. Which works well except for images which are not drawn. The html is pretty simple:
The image is definitely there, because changing "src" to something not accessible gives a broken link image.Code:<html> <head> <title>Title</title> </head> <body> <img src="logo.png"/> </body>
Another funny thing is that images from the web are displayed correctly. I tried LoadFileL and LoadUrlL both do not show the local images.
I create the browser control as follows:
Testing on N97 and N97 mini with FW 11.0.021 and FW 10.0.020.Code:TUint brCtlCapabilities = TBrCtlDefs::ECapabilityDisplayScrollBar | TBrCtlDefs::ECapabilityLoadHttpFw | TBrCtlDefs::ECapabilityToolBar; iBrCtlInterface = CreateBrowserControlL(this, r, brCtlCapabilities, commandBase, NULL, this, this, NULL, NULL);
Did anybody encounter the same problem or knows what I am doing wrong?
Any help highly appreciated!




