Add String anything I added String html
And this string contains below code and put it in String value
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0" name="viewport">
</head>
<body style="width:95%; overflow-wrap: break-word;">
// here put web content of website
</body>
</html>
to load web content from String html
webview1.loadDataWithBaseURL(null,html, "text/html", "UTF-8", null);
0 Comments