mfinkle / geckobrowser

Very basic Android browser application that uses the GeckoView widget
Mozilla Public License 2.0
102 stars 26 forks source link

File/Photo upload #13

Open falkobuttler opened 10 years ago

falkobuttler commented 10 years ago

I try to replace WebView with GeckoView for multiple reasons but also to mitigate the problem that Android 4.4 won't call openFileChooser anymore to handle file uploads.

Unfortunately, I couldn't find out how I can handle file uploads in GeckoView. When I tap on a button that would trigger it, nothing happens and none of the callbacks I tried implementing work.

Any suggestions?

numeroSette commented 8 years ago

I have same problem, unfortunately :(