Archived:Browser Control sample in S60 3rd MR SDK can't work in emulator (Known Issue)
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Article Metadata
Tested with
Devices(s): N/A
Compatibility
Platform(s): S60 3rd Edition
Article
Created: kcomex
(28 Feb 2008)
Last edited: hamishwillee
(15 Jun 2012)
Contents |
Overview
The S60 example comes with S60 SDK 3RD Ed. Maintenance Release can not work in Emulator yet it works on device. This problem had been recorded in the SDK release notes, but there is a solution.
Description
After building the "BrCtlSampleApp" example in S60 SDK 3RD ED. Maintenance Release, the result could be run in the SDK emulator. But the screen shows no content even the page is loaded. This is caused by some bug in BrowserEngine component in the SDK emulator.
How to reproduce
N/A
Solution
Add the following line
iBrCtlInterface->ActivateL();
after every "CreateBrowserControlL()" function call.


Thank you - the article KIS000355 - Browser Control interface stops working after delete/reconstruct has been updated.
Forum Nokia KB 11:29, 4 March 2008 (EET)