Android Question WebView - Html FilePicker doesn't work

FabioC6

Member
Licensed User
Hi,
I've been trying to upload a file from a webview but when I click on "Choose file" nothing happens.
I've searched on the Internet and it seems like I should override the method "openFileChooser" but I'm not sure how to (or if I can) do that on B4A (https://stackoverflow.com/questions/5907369/file-upload-in-webview).

This is my code, I'm using WebViewExtras 1.4.2.
B4X:
wb.Initialize("wb")
Dim wve As WebViewExtras
wve.addWebChromeClient(wb,"wve")
p_webview.AddView(wb,0,0,100%x,100%y)

Do you have any suggestions on how to do this?
Thank you.
 
Top