diff --git a/include/ui.js b/include/ui.js index f3388ebd..fa2bd288 100644 --- a/include/ui.js +++ b/include/ui.js @@ -64,6 +64,7 @@ load: function(target) { html += ' id="VNC_mouse_button2" value="M" onclick="UI.setMouseButton(2);"'; html += ' >'); +} + +function zoomEnable(){ + //Change viewport meta data to enable user zooming. + $('head meta[name=viewport]').remove(); + $('head').prepend(''); +} diff --git a/vnc.html b/vnc.html index e8dd0e2a..f94dd61c 100644 --- a/vnc.html +++ b/vnc.html @@ -10,15 +10,16 @@ + - +
Loading
- +