Example #1
0
 public static void UpdateReload(this AWebView platformWebView, IWebView webView)
 {
     platformWebView.Reload();
 }
Example #2
0
 public void Refresh()
 {
     _webView.Reload();
 }
Example #3
0
        public static void UpdateReload(this AWebView platformWebView, IWebView webView)
        {
            // TODO: Sync Cookies

            platformWebView.Reload();
        }