I have tried to follow the documentation here:
http://zebble.net/docs/webview-class-displaying-html
I make a web page and try to show it in the device from local folder, for this I found a sample code from Zebble.net website to show the web page in the device. I try to show the page with this code below.
<WebView Url="Resources/index.html" />
But, it is shows this error: File not found: /Resources/index.html
Then I change it to code below, but again it did not work.
<WebView Url="/Resources/index.html" ></WebView>