Viewport meta name settings
Autore: Adrian B.
Visite 1041,
Followers 1,
Condiviso 0
I have some html code I'd like to insert into a X5 HTML object on a page.
But to work correctly, the viewport meta name settings need to match a particular set of values.
The current setting of the published page is <metaname="viewport" content="width=device-width, initial-scale=1" />
If I change it to:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
will it conflict with anything?
(shall I just edit the page and see what happens?)
Postato il
Hello Adrian
I don't think it would create conflicts, but it might have unexpected influenze on some mobile viewings.
I would suggest you just try it, and then test it on different viewports and maybe also on different devices.
There could be difference between an android and the fruit devices.