hisaichi5518 / native_webview

A Flutter plugin that allows you to add an inline WebView.
https://pub.dev/packages/native_webview
Other
51 stars 18 forks source link

Support file upload on Android #107

Closed kitak closed 2 years ago

kitak commented 2 years ago

Support file upload on Android.

Launch the picker intent when you tap the file selection button on the web page. Receives the result of the intent and calls a callback.