AndroidStudio中Webview中的文件上传按钮不起作用。
创始人
2024-08-21 06:30:25
0

1.添加以下代码到AndroidManifest.xml文件中的Webview activity中。

android:hardwareAccelerated="false"
android:allowFileAccess="true"
android:allowContentAccess="true"

2.在Webview的Client中覆写onShowFileChooser方法,示例如下:

@Override
public boolean onShowFileChooser(WebView webView, ValueCallback filePathCallback, WebChromeClient.FileChooserParams fileChooserParams) {
    if (mFilePathCallback != null) {
        mFilePathCallback.onReceiveValue(null);
    }
    mFilePathCallback = filePathCallback;
    Intent takePictureIntent = new Intent(MediaStore.ACTION_IMAGE_CAPTURE);
    if (takePictureIntent.resolveActivity(webView.getContext().getPackageManager()) != null) {
        File photoFile = null;
        try {
            photoFile = createImageFile();
            takePictureIntent.putExtra("PhotoPath", mCameraPhotoPath);
        } catch (IOException ex) {
            Log.e(TAG, "Unable to create Image File", ex);
        }
        if (photoFile != null) {
            mCameraPhotoPath = "file:" + photoFile.getAbsolutePath();
            takePictureIntent.putExtra(MediaStore.EXTRA_OUTPUT, Uri.fromFile(photoFile));
        } else {
            takePictureIntent = null;
        }
    }
    Intent contentSelectionIntent = new Intent(Intent.ACTION_GET_CONTENT);
    contentSelectionIntent.addCategory(Intent.CATEGORY_OPENABLE);
    contentSelectionIntent.setType("*/*");
    Intent[] intentArray;
    if (takePictureIntent != null) {
        intentArray = new Intent[]{takePictureIntent};
    } else {
        intentArray = new Intent[0];
    }
    Intent chooserIntent = new Intent(Intent.ACTION_CHOOSER);
    chooserIntent.putExtra(Intent.EXTRA_INTENT, contentSelectionIntent);
    chooserIntent.putExtra(Intent.EXTRA_TITLE, "FileChooser");
    chooserIntent.putExtra(Intent.EXTRA_INITIAL_INTENTS, intentArray);
    startActivityForResult(chooserIntent, mRequestCodeFilePicker);
    return true;
}

3.在Webview的 activity 中添加以下 onActivityResult 方法代码。

@Override
public void onActivityResult(int requestCode, int resultCode, Intent intent) {
    if (requestCode == mRequestCodeFilePicker) {
        if (mFilePathCallback == null) {
            return;
        }
        if (

相关内容

热门资讯

受玩家影响!创思维激k透视软件... 受玩家影响!创思维激k透视软件,中至小程序破解(透视)技巧-果然有挂1、每一步都需要思考,不同水平的...
fishpoker透视底牌!p... fishpoker透视底牌!pokemmo脚本辅助器下载(透视)神器-真是科普是有挂1、在pokem...
受玩家影响!微信微乐小程序辅助... 受玩家影响!微信微乐小程序辅助器免费安装,九游破解辅助插件hhpoker(透视)技巧-果然真的有挂微...
wepoker网页版透视方法!... wepoker网页版透视方法!hhpoker破解工具(透视)插件-好像总结真的是有挂1、每一步都需要...
据权威媒体报道!新漫游大厅辅助... 据权威媒体报道!新漫游大厅辅助,阿拉斗牌辅助(透视)app-都是真的有挂1、玩家可以在新漫游大厅辅助...
pokemmo辅助器!hhpo... pokemmo辅助器!hhpoker是真的假的(透视)技巧-一贯分享真的有挂1)hhpoker是真的...
今天上午!火神大厅辅助,丽水都... 今天上午!火神大厅辅助,丽水都莱辅助软件(透视)软件-好像存在有挂1)丽水都莱辅助软件辅助插件:进一...
现场直击!新道游辅助器免费版,... 现场直击!新道游辅助器免费版,心悦辅助出售平台(透视)神器-好像真的有挂1、该软件可以轻松地帮助玩家...
wepoker辅助器有哪些功能... wepoker辅助器有哪些功能!aapoker辅助软件合法吗(透视)教程-一贯详细真的是有挂1、we...
据统计!情怀西游辅助,新海贝之... 据统计!情怀西游辅助,新海贝之城脚本(透视)软件-竟然存在有挂1、新海贝之城脚本有没有辅助教程、新海...