1 http://code.google.com/p/htmlcontrol-for-symbian/;
2 解压,将inc中的html放到include中。htmlcontrol.lib放到对应的文件夹中,例如:C:/Symbian/9.2/S60_3rd_FP1/Epoc32/release/winscw/udeb;
3 在.cpp 的constructL中
即可
4 由于它是control,所以记得修改
CountComponentControls()和ComponentControl(TInt aIndex)函数。
5 OfferKeyEventL(const TKeyEvent& aKeyEvent,TEventCode aType)中添加
即可。