Announcement

Collapse
No announcement yet.

Lost Ability to Resize Screen Contents on certain laptops and mobiles

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Lost Ability to Resize Screen Contents on certain laptops and mobiles

    I have suddenly found that our website (morethanmowers.co.uk) no longer responds in Mobile(Android) and Tablet (Android) mode to attempts to stretch/shrink the screen contents using your fingers. However it DOES respond in both Mobile(Android) and Tablet (Android) to to stretch/shrink using the fingers on other websites. So clearly something on our web site has accidentally been changed or unset.

    The site responds perfectly (shrinks and stretches when viewed on an IPad or Iphone.

    Can anyone steer me where to go please to restore the missing function when using an Android mobile or Laptop. Many thanks if anyone can help.

    Mike de Malpas-Finlay

    #2
    I have the answer, provided by the as "always brilliant" Peblaco.

    The solution is to change the "viewpoint meta tag" in the Header Layout (in my case "Full Width Header and 2 Sidebars") to the following:

    <actinic:block if="%3cactinic%3avariable%20name%3d%22ResponsiveEnabled%22%20%2f%3e%20%3d%3d%20%22True%22">
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    </actinic:block>

    This removes the final 2 parameters of the default tag that were preventing zooming of the screen.

    My grateful thanks to Louise.

    Mike de Malpas-Finlay

    Comment

    Working...
    X