Hello guys, I'm testing with the native webview and I noticed that it's not possible to upload to simple sites like :
, is there a way to enable the upload?
B4X:
Dim jo As JavaObject = WebView1
jo.RunMethod("setContextMenuEnabled", Array(False))
WebView1.LoadUrl("https://filebin.net")
, is there a way to enable the upload?