I want to change viewport programmatically using javascript like shortcuts: CTRL + '+'
and CTRL + '-'
in Chrome Browser.
Is it possible to do it only through the meta tag? Or is there a better solution?
Primary goal for this task: simulate CTRL + '+'
and CTRL + '-'
(like in Chrome Browser) in mobile devices by pinch gesture and in all browser (well, at least in Safari and Chrome).