Disable the "viewport"
Hello All,
As I read in other article on the forum, Open UI is a responsive web application and it takes the screen resolution of your gadget and the applets get resized according to the screen size.
"viewport" takes the screen resolution as the input parameter.
We have came across a situation wherein we want to disable "viewport" meta tag.
The viewport meta tag currently prevents zooming & native viewport sizing, we want to allow it by removing the viewport meta tag which tells the browser how to scale the viewport.
Is there any way to Override the "viewport" behavior?
Thanks,