typesetting on the computer is full of pages, on the mobile phone, the font has become smaller, there is a lot of white space below.
css attribute font-size:12px;
how can I make the text on my computer and on my phone the same size?
page header has been added:
< meta name= "viewport" content= "width=device-width, initial-scale=1.0" >
White DIV is fixed PX value;
and then according to the screen size, dynamically calculated transform: scale (0.741538);
page is automatically zoomed to just the right screen display.
after testing, it has nothing to do with transform scaling, has nothing to do with viewport, and font-size:1em will become smaller. At present, I still don"t know where the reason is, the font will be smaller.