*

Javoni

  • **
  • 9 posts
Mobile zoom
« on: January 08, 2016, 03:13:22 AM »
Hi! how to disable zoom in mobile site?

[attachment deleted by admin]
« Last Edit: February 04, 2016, 01:54:38 PM by frosticek »

*

MB Themes

Re: Mobile zoom
« Reply #1 on: January 08, 2016, 07:39:29 AM »
@Javoni
If you add following code to web head, user should not be able to zoom on mobile version:
Code: [Select]
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots

*

Javoni

  • **
  • 9 posts
Re: Mobile zoom
« Reply #2 on: January 08, 2016, 02:32:34 PM »
@Javoni
If you add following code to web head, user should not be able to zoom on mobile version:
Code: [Select]
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport' />


Thank you!:)

*

MB Themes

Re: Mobile zoom
« Reply #3 on: January 08, 2016, 02:45:55 PM »
@Javoni
Welcome
  To get fast support, we need following details: Detail description, URL to reproduce problem, Screenshots