Web viewer is not in full screen

Screenshot_20210510-222244|243x500

I want to be on the whole screen cant find where the problem is

my html codes:

<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
    <meta charset="utf-8" />
    <title>puan</title>
</head>
<body>
    <!-- BAŞLA: TRT Spor Sitene Ekle -->
    <div style="position: absolute; font: normal 11px Arial; width: 300px; height:100%; border: solid 0px #ccc; background: #fff; border-radius: 0px;">
        <iframe frameborder="0" width="298" height="522" src="https://www.trtspor.com.tr/puandurumu-ekle/?lig=1&renk=a&baslik=1&resimler=1&a=5"></iframe>
    </div>
    <!-- BİTİŞ: TRT Spor Sitene Ekle -->

</body>
</html>

So you think, your query is clear?

BTW your images says it is in full screen only

You can get full screen view after changing LoadWithOverviewMode and UseWideViewPort properties of webview.
Or maybe also by adding some meta tags in html.

how did you set the properties of the webview component in the designer, especially width and height…
it should be fill parent for both
also did you set Screen.Scrollable to false?

unfortunately I can’t see any issue in your screenshot…
btw next time you might want to upload it directly into this thread… thank you…

see also

Taifun

I did not see a problem, I did not understand, the table I wrote in html looks small in the screenshot. How can I enlarge it? I adjusted the size of the web viewer from the design tab and the scroble is closed.