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
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
評価
この issue はまだ評価されていません。