如何通过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");