Hi Zalan,
Could you first make sure that you are using the Webkit engine? S60 3rd edition SDK is shipped with both the Webkit and the old WAP/XHTML/HTML engine and if you link against browserEngine.lib, you definitely use the old engine.
Yes, we link with the browserengine.lib. The SDK help says CBrCtlInterface should be linked with the browserengine.lib or the webkit.lib. The webkit.lib is not present in the SDK so only option is browserengine.lib , please correct me if I am wrong. We are using S60 3rd edition MR SDK. How do we link with WebKit engine ?
Visit this page (http://tinyurl.com/okeux) and check if the user-agent string has the Webkit text in it.
To fetch the HTML content we do not use HTTP. The content is available on the device stored in files ( proprietary file formats ). While displaying, the data is fetched from the file in a buffer and passed to the browser using LoadDataL() . I was able to run Reindeer on the emulator. It also generated the browserengine_sdk.lib and other lib files, but not the webkit.lib. Regards, Salil. On 6/8/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
Could you first make sure that you are using the Webkit engine? S60 3rd edition SDK is shipped with both the Webkit and the old WAP/XHTML/HTML engine and if you link against browserEngine.lib, you definitely use the old engine. Visit this page (http://tinyurl.com/okeux) and check if the user-agent string has the Webkit text in it. Zalan. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of ext Salil Sent: Friday, June 08, 2007 8:35 AM To: [email protected] Subject: [webkit-dev] S60WebKit's rendering engine. Hi, Our application uses the Browser Control (CBrCtlInterface) to render HTML pages. The control does not render tables correctly and does not support some HTML tags like superscript and subscript. I want to extract code of the rendering engine from WebKit. I guess that would be KHTML. What other components from webkit will KHTML need and is it possible to use only KHTML as the rendering engine with CBrCtlInterface? Regards, Salil. -- View this message in context: http://www.nabble.com/S60WebKit%27s-rendering-engine.-tf3889516.html#a11 025650 Sent from the Webkit mailing list archive at Nabble.com. _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev
_______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo/webkit-dev

