public void PageProgressChanged(string result) { float progress; if (float.TryParse(result, out progress)) { webView.InternalOnPageProgressChanged(progress); } }