1

Is it possible to get a Uri ValueCallback for an input type file element in an android Webview, without the private API call openFileChooser?

2 Answers2

0

This is dealt with in full here File Upload in WebView

@ksask - this is now fixed in 4.4.3 and above apparently

Community
  • 1
  • 1
David Glance
  • 619
  • 5
  • 8
-1

No, sorry. File uploads within WebView are not a supported part of the Android SDK.

ksasq
  • 4,424
  • 2
  • 18
  • 10