回答

0

後您存儲文件,你可以從中讀取和顯示內容如下:

var html = new HtmlWebViewSource(); 
html.Html = "content of your html file" 
myWebView.Source = html; 

欲瞭解更多信息:https://developer.xamarin.com/guides/xamarin-forms/user-interface/webview/

+0

是的,但我就不能與鏈接導航,我想做 –

+0

什麼鏈接?他們在你的HTML嗎? –

相關問題