怎么解决安卓4.4.1和4.4.2 webview 不支持<input type="file" ⼀&gt

2025-04-03 13:08:53
推荐回答(1个)
回答1:

android里webview不支持input type=file的解决方法 1.activity定义 public ValueCallback mUploadMessage; public final static int FILECHOOSER_RESULTCODE = 1; 2.扩展WebChromeClient WebChromeClient chromeClient = new WebChromeClientImp