Answers for "webview not working with query parameter"

1

webview not working with query parameter

StringBuffer buffer=new StringBuffer("http://stage.realtylog.net/iPhone/functions.php");
buffer.append("?username="+URLEncoder.encode("xxxxxxx"));
buffer.append("&id="+URLEncoder.encode("xxxxxxxx"));
buffer.append("act="+URLEncoder.encode("readFileAndPrint"));
webView.loadUrl(buffer.toString());
Posted by: Guest on May-04-2020

Code answers related to "webview not working with query parameter"

Browse Popular Code Answers by Language