Hi Moodleverse,
Would anyone be able to help me enable pinch to zoom on the Moove theme? I see this is possible on Boost so hoping it's a fairly straightforward addition?
Using moodle 3.5 and Moove 2.3.9
Many thanks in advance as always.
Andrew
Hi Moodleverse,
Would anyone be able to help me enable pinch to zoom on the Moove theme? I see this is possible on Boost so hoping it's a fairly straightforward addition?
Using moodle 3.5 and Moove 2.3.9
Many thanks in advance as always.
Andrew
Change:
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0, minimal-ui">
to:
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
in the mustache files.