Ive just started developing for my lovely n900 and would like very much to make a "webkit app" or whatever its called.

right now i have 2 problems:

1: ive made a simple app that loads google.com. when i debug to the software emulator it works well but when i debug to the device the screen is just white (blank). Am i missing something on my n900?

2: where do i put html files if i where to load my own html file and not load google.com? im doing it like this: ui->webView->load(QUrl("home.html")); but where am I suppose to put home.html?