fluttercommunity / fluttercommunity/flutter_webview_plugin

Load image from gallery using input of type file

Aperta
#445 2 commenti 2 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Java
Stelle
1.5k
Fork
938
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

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

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.