Webview doesn’t show in mobile view

Hello guys i want to create this site as mobile view
.:point_right:https://itcreaator.000webhostapp.com/Posttech/post2.html
But i can’t.the result are showing like that

I used webview component & ki04 webview extention also.but same result.any way to show in mobile view.

<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">

or

<html> 
<head> 
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">

or

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=360, initial-scale=1, maximum-scale=1.0, user-scalable=0">
<title></title>
</head>
2 Likes

Tnx.i didn’t test yet but i think it will be worked

Doesn’t fixed yet​:weary:

What I can see, you haven’t changed anything in the source file of post2.html

I upoloaded another file again
https://itcreaator.000webhostapp.com/Posttech/post4.html

Sorry it was copy paste mistake from me

<html>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
2 Likes

Now it’s working thanks a lot to support me.i am making an news app right now.tnx for contribution.

2 Likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.