<Input type=“file”> not working in my WebView
问题 I develop Fragment WebView Application. I use upload code in Fragment WebView. When I click <input type="file"> it is active nothing. logcat show only this warning 05-22 15:59:39.749 31611-31611/kr.nubiz.comn W/cr_Ime: updateState: type [0->0], flags [0], show [false], How can I solve this problem? WebView - Fragment private void initLayout() { handler = new Handler(); webView = (android.webkit.WebView) rootView.findViewById(R.id.webview); webView.setLayerType(View.LAYER_TYPE_SOFTWARE, null);