fluttercommunity / fluttercommunity/flutter_webview_plugin

Load image from gallery using input of type file

オープン
#445 コメント 2 件 リアクション 2 件 担当者 0 名 GitHub で見る
主要言語
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 はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。