E epneeh Member Licensed User Longtime User Mar 18, 2025 #1 Hello, is there a way to post data and view result page in webview? i can do that on android easily using webview exras
Hello, is there a way to post data and view result page in webview? i can do that on android easily using webview exras
Erel B4X founder Staff member Licensed User Longtime User Mar 19, 2025 #2 Looks like WKWebView support for POST requests is problematic. Why not use OkHttpUtils2 to make the post request and then show the results with WebView? Upvote 0
Looks like WKWebView support for POST requests is problematic. Why not use OkHttpUtils2 to make the post request and then show the results with WebView?