SKLn-Rad / Xam.Plugin.Webview

Xamarin Plugin for a HybridWebView in PCL projects.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

about Refresh Method,i think use native refresh is better?

suyana opened this issue · comments

android:
void OnRefreshRequested(object sender, EventArgs e){
if (Control == null) return;
//Control.LoadUrl("about:blank");
//SetSource();
Control.Reload(); //better?
}

if use SetSource,it can changed CanBack() result,but normal refresh ,i should not can back, i think.
(sorry,i'm not good at english....)