webview 内部跳转&&js弹框
巴扎黑
巴扎黑 2016-11-09 17:17:20
0
1
658

目前在APP中集成H5页面,有如下需求:

1.跳转页面,要在内部而不是新开浏览器。查询到使用 WebViewClient 并重写shouldOverrideUrlLoading()方法

2.要使用js弹框,查询到使用WebChromeClient 并重写onJsConfirm onJsAlert等方法

我要同时实现这两个需求,而这些方法没有在同一个类里面,有什么解决办法?


巴扎黑
巴扎黑

répondre à tous(1)
phpcn_u29

2个问题,分别解决

webview.setWebViewClient(new WebViewClient(){});
webview.setWebChromeClient(new WebChromeClient(){});


Derniers téléchargements
Plus>
effets Web
Code source du site Web
Matériel du site Web
Modèle frontal