web viewer not load short html code in perfect text size because zoom percentage not work for this.
give some more details, what is your html, maybe you can set text size with html also,
when i put this code for html load than its show very little in web viewer and zoom percentage not work but when i put it 2 time and increase length of html code than web viewer work fine text size normal nad zoom percentage work
so you can try font size in html also.
add this section and under body tag add you content
html>
head>
meta name=“viewport” content=“width=device-width, initial-scale=1.0”>
meta http-equiv=“X-UA-Compatible” content=“ie=edge”>
/head>
body>
!-- your content -->
/body>
/html>
all tags start with <
2 Likes