添加代理:
protected void onResume() {
mWebViewr.enablePlatformNotifications();
}
取消代理:
protected void onPause() {
mWebView.disablePlatformNotifications();
}
添加代理:
protected void onResume() {
mWebViewr.enablePlatformNotifications();
}
取消代理:
protected void onPause() {
mWebView.disablePlatformNotifications();
}