public GoogleImageDownloader()
 {
     webView = new OffscreenWebView();
 }
Example #2
0
 public GoogleImageDownloader()
 {
     webView = new OffscreenWebView(new WebViewSettings {
         CacheEnabled = false
     });
 }