| | |
| | | import com.tencent.smtt.export.external.extension.proxy.ProxyWebViewClientExtension; |
| | | import com.tencent.smtt.export.external.interfaces.IX5WebViewBase.HitTestResult; |
| | | import com.tencent.smtt.export.external.interfaces.JsResult; |
| | | import com.tencent.smtt.export.external.interfaces.MediaAccessPermissionsCallback; |
| | | import com.tencent.smtt.sdk.WebViewCallbackClient; |
| | | |
| | | import java.util.HashMap; |
| | |
| | | @Override |
| | | public void onColorModeChanged(long l) { |
| | | |
| | | } |
| | | |
| | | @Override |
| | | public boolean onPermissionRequest(String s, long l, MediaAccessPermissionsCallback mediaAccessPermissionsCallback) { |
| | | return false; |
| | | } |
| | | |
| | | @Override |
| | |
| | | } |
| | | |
| | | @Override |
| | | public void invalidate() { |
| | | |
| | | } |
| | | |
| | | @Override |
| | | public boolean dispatchTouchEvent(MotionEvent ev, View view) { |
| | | return webView.tbs_dispatchTouchEvent(ev, view); |
| | | } |