views:

27

answers:

1

So what I need is some Open-Source project for symbian which would consist of Customisable web browser and a folder to place my HTML+ images and SWF documents. So I don't have to dive deeply into Symbian Development and just put my files where I need, correct browser style menu and icons and compile into .sis

So is there any thing like this?

A: 

Qt on Symbian can turn html + css + javascript into a native Symbian binary by embedding Webkit. I don't know if that includes Flash rendering but it's probably your best bet.

You are still going to need to learn how to use it but it's meant to be much simpler than Symbian OS C++.

Edit:

Digging a little deeper.

2 Source code examples of using QtWebkit at Forum Nokia.
The QtWebkit Tutorial for developers.

I am not convinced the Nokia Developer Library would be that useful for what you want to do in its current incarnation.
Nokia is very much still developing Qt and its documentation for Symbian and Meego.

QuickRecipesOnSymbianOS
Could you give any links to Symbian browser embedding tutorials? Are there any cool graphics capabileties if you embed your HTML pages into webkit like sliding from page to page or any other default cool effects like Iphone has?
Blender