<HTML><HEAD>
<TITLE>test</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<style type="text/css">.style12 { color: #FFFFFF; font-weight: bold;}</style>
</HEAD>
<BODY leftMargin=0 topMargin=0 bgcolor="#eeeeee">
<center>
<table width="671" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#000099">
<tr><td width="671"><div align="center" class="style12">test</div></td></tr>
</table>
<script src="//play.player.im/player/playlist.php?uid=525"></script>
</center> </BODY></HTML>
<TITLE>test</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-9">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1254">
<style type="text/css">.style12 { color: #FFFFFF; font-weight: bold;}</style>
</HEAD>
<BODY leftMargin=0 topMargin=0 bgcolor="#eeeeee">
<center>
<table width="671" align="center" cellpadding="0" cellspacing="0" bordercolor="#FFFFFF" bgcolor="#000099">
<tr><td width="671"><div align="center" class="style12">test</div></td></tr>
</table>
<script src="//play.player.im/player/playlist.php?uid=525"></script>
</center> </BODY></HTML>
hi..
I can't show this code on webview.
How can I show with webview?
the code i use
B4X:
.....
WebView1.Initialize("")
WebViewExtras1.Initialize(WebView1)
Dim WebChromeClient1 As DefaultWebChromeClient
WebChromeClient1.Initialize("WebChromeClient1")
WebViewExtras1.SetWebChromeClient(WebChromeClient1)
'WebViewExtras1.LoadHtml("")
WebView1.LoadHtml($"<!DOCTYPE html>
<html>
<head>
<title>test</title>
<script type='text/javascript' src='//play.player.im/player/playlist.php?uid=525'></script>
</head>
<body>
</body>
</html>"$)
Last edited: