webviewer-android icon indicating copy to clipboard operation
webviewer-android copied to clipboard

encounter some crashes

Open rainfoam opened this issue 2 years ago • 0 comments

1、longclick webview anywhere will be crash,the log:[FATAL:jni_android.cc(249)] Please include Java exception stack in crash report。I intercept webview longclick return true solve this crash : webView.setOnLongClickListener {true}

2、download web embedded data will be crash , the url startswith "data: " not "http" , example "data:image/png;base64" ,"data:text/html"。

tks

rainfoam avatar Jun 24 '22 02:06 rainfoam