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 (

相关内容

热门资讯

普及透视!hhpoker德州透... 普及透视!hhpoker德州透视挂,微信小程序四川微乐脚本,方针教程(有挂技巧)-哔哩哔哩1、任何h...
分享透视!hhpoker有没有... 分享透视!hhpoker有没有辅助,微乐a3纸牌有脚本,经验教程(有挂详细)-哔哩哔哩1、完成hhp...
解谜透视!pokemmo手机版... 解谜透视!pokemmo手机版脚本免费,微乐自建房透视,教程书教程(有挂秘籍)-哔哩哔哩1、起透看视...
开挂透视!werplan外卦神... 开挂透视!werplan外卦神器,微乐小程序自建房辅助器下载,方针教程(有挂详细)-哔哩哔哩1、we...
辅助透视!wepoker底牌透... 辅助透视!wepoker底牌透视,微信小程序微乐辅助,妙招教程(有挂秘籍)-哔哩哔哩亲,关键说明,w...
有挂透视!红龙poker辅助器... 有挂透视!红龙poker辅助器免费观看,微乐小程序辅助免费,诀窍教程(确实有挂)-哔哩哔哩1、这是跨...
普及透视!拱趴大菠萝挂,手机微... 普及透视!拱趴大菠萝挂,手机微乐小程序自建房透视免费,攻略教程(果真有挂)-哔哩哔哩1、普及透视!拱...
必备透视!wepoker怎么看... 必备透视!wepoker怎么看底牌,微乐贵阳捉鸡麻将辅助,练习教程(今日头条)-哔哩哔哩1、很好的工...
开挂透视!wepoker破解游... 开挂透视!wepoker破解游戏盒子,微乐江西小程序辅助器,窍要教程(有挂详情)-哔哩哔哩1、wep...
详细透视!wepoker的辅助... 详细透视!wepoker的辅助器,微信小程序微乐内蒙破解器,指引教程(有挂教程)-哔哩哔哩1、下载好...