Problem about using WEBVIEW to load PAGE in ios?

When I use webview to load web page and webview to set weight and height 100%. I run it in iphone 6, I get a trouble as the attached picture. The app screen and device title is overlapping. Any one can talk me how to correct the page? I must set webview weight and height to 100%.

It is fine when I use the page in android webview.

Hi there. You can add a row component and set the width to relative size = 100% and height to absolute 15 pixels.

That’ll create the border you need so that there is no clash with the Title Bar:

Albert @ Thunkable

Many Thanks Albert, It is really to solve my problem, although the method is funny.