Note: This article is valid for responsive themes only
By default, BindTuning themes do not allow zoom on touch/mobile devices.
Nevertheless, you can set zoom on by replacing the following line located in masterpages/layouts:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
by:
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0, user-scalable=yes">
Comments