Android cmwap网络方式下使用 webview
添加代理:
protected void onResume() {
mWebViewr.enablePlatformNotifications();
}
取消代理:
protected void onPause() {
mWebView.disablePlatformNotifications();
}
补充:移动开发 , Android ,
添加代理:
protected void onResume() {
mWebViewr.enablePlatformNotifications();
}
取消代理:
protected void onPause() {
mWebView.disablePlatformNotifications();
}
补充:移动开发 , Android ,