Hello
I use Boardwalk theme with responsive lightbox SwipeBox.
I figured the way to get zoom/pinch working was to change this line in my theme’s header:
<meta name=”viewport” content=”width=device-width, initial-scale=1″>
With only c’n’p skillz I found below lines and replaced above line to:
<meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=2.0; user-scalable=1;” />
and also tried:
<meta name=”viewport” content=”user-scalable=YES” />
..both crashed the mobile css and desktop css was activated.
Tried this https://wordpress.org/plugins/definitely-allow-mobile-zooming/
to no avail in the SwipeBox.
So I’d like to bump @sojournerweb’s still valid question.
Any tips?