i have tried to capture default.html page by using webview control sample,but it shows windows undefined error.using webview can't capture the default.html file?.i can capture local html files
I believe you can display local HTML files in a WebView control, but loading default.html into a WebView seems like a bad idea. You would likely re-run activation code for the app. You should try loading a different HTML file into the WebView.