About the HTML to display in WebView

Please help me, I couldn't get it, but I have arranged it according to my own understanding because I added some other styles for the app to look professional, so I don't where I missed something

Which HTML code are you referring to?

<!DOCTYPE html>
<head><title></title></head>
<body>
<h2>Welcome A-ZLIVESCORES</h2>
    <marquee>These Yesterday Results</marquee>
    <marquee direction="right"
             behavior="alternate"
             style="border:BLACK 2px SOLID">
        Processing......
    </marquee>

<script type="text/javascript" src="https://www.livescore.bz/api.livescore.0.1.js" api="livescore" async></script><a href="https://www.livescore.bz" sport="football(soccer)" data-1="yesterday" lang="en"></a>


</body>
</html>

Loads fine in an HTML runner ...

And your issue is?

When I click on the action button to display the HTML result as WebView unfortunately it is not showing any result on App screen; only hidden the button which I call that to action

Show your relevant blocks

or try this:

liveScores.aia (1.9 KB)

image

image