Waldemar Lima Well-Known Member Licensed User Longtime User Oct 11, 2022 #1 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?
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?