fluttercommunity / fluttercommunity/flutter_webview_plugin
Load image from gallery using input of type file
未关闭
- 主要语言
- Java
- 星标
- 1.5k
- 派生
- 938
- PR 合并指标
- 30 天内没有已合并 PR
描述
Can we upload images using inputs of type file?
I have been added android permissions like this:
```
```
and then requesting permissions using PermissionHandler in my app:
```
PermissionHandler().requestPermissions([
PermissionGroup.photos,
PermissionGroup.storage
]);
```
but when I tap the image upload input, nothing happens =c
debug logs are also blank.
thanks in advance
贡献指南
这个仓库没有索引到贡献指南
调研方向
未指定源文件、测试或入口点。首先在 Android 上使用类型为 file 的 input 重现该问题,并检查 plugin 的 WebView 对文件 input 的处理;点击 input 后打开图库并允许上传图像,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- android, flutter
- 领域
- mobile
- Issue 类型
- 缺陷
- 难度
- 3/5
- 预计耗时
- 1-2 天
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 35/100