当前位置: 代码迷 >> Android >> 通过webVIew加载uri打开另外一个程序,该怎么解决
  详细解决方案

通过webVIew加载uri打开另外一个程序,该怎么解决

热度:868   发布时间:2016-05-01 22:30:49.0
通过webVIew加载uri打开另外一个程序
我想通过webview加载一个uri来打开本地一个程序 类似于androidmarket 那样的 有没有人知道 谢谢了。

------解决方案--------------------
可以啊
Java code
void  onLoadResource(WebView view, String url) Notify the host application that the WebView will load the resource specified by the given url. void  onPageFinished(WebView view, String url) Notify the host application that a page has finished loading. void  onPageStarted(WebView view, String url, Bitmap favicon) Notify the host application that a page has started loading.
------解决方案--------------------
http://topic.csdn.net/u/20110106/10/415724e8-945d-449d-8a8c-0860c3de2608.html
已经解决了