B4J Question Is there a way to enable the upload in the native WebView?

Waldemar Lima

Well-Known Member
Licensed User
Hello guys, I'm testing with the native webview and I noticed that it's not possible to upload to simple sites like :

B4X:
Dim jo As JavaObject = WebView1
    jo.RunMethod("setContextMenuEnabled", Array(False))
    WebView1.LoadUrl("https://filebin.net")

, is there a way to enable the upload?
 
Top