Xamarin Android通过路由加载本地html文件

时间:2018-07-11 07:15:53

标签: c# android html xamarin.android android-webview

如何通过Android Webview中的路由加载本地html文件? 网址看起来像这样:

file:///android_asset/Content/index.html/#/first-view
file:///android_asset/Content/index.html/#/second-view

我尝试使用此代码,但是它不起作用:

AppWebView.LoadUrl("file:///android_asset/Content/index.html/#/first-view");

0 个答案:

没有答案