Jump to content

vojasoft

Members
  • Posts

    1
  • Joined

  • Last visited

Posts posted by vojasoft

  1.  

    Below meta displays page in a 1/1 scale and also disables browser in-zoom/out-zoom function. It should be added to servermodule.CutsomMeta.

     

    <meta content='True' name='HandheldFriendly' />
    <meta content='width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;' name='viewport' />
    

    Below script disables moving the page around inside the browser window. Add this to MainForm.Script

     

    document.body.addEventListener('touchmove',function(event){
      event.preventDefault();
    },false);
    

    Hi!

    Code above does not work on Samsung Android browser.

    I appreciate any idea or help.

    Thanks in advance.

    Voja

×
×
  • Create New...