(09-30-2016, 06:40 PM)Yvonne link Wrote:[quote author=82 Card link=topic=15790.msg173957#msg173957 date=1475273594]
[quote author=Card Fan in OR link=topic=15790.msg173950#msg173950 date=1475272479]
The problem I am having stems from the fact that I am no longer able to pinch and zoom in the new format.
This is the same problem that I pointed out with my Android equipment. The new design is coded to block zooming on mobile devices. In Android, the solution was to switch to Chrome browser, go to the accessibility settings for the browser and select the option to over-ride no-zoom requests by web sites. I don't know enough about iPad to give you specific advice because I am in an Apple-free home. You should check to see if any of the browsers on your equipment have a similar option setting.
[/quote]
Strange, I was able to zoom on my iPhone earlier today.
[/quote]
I think the behavior is caused by line 4 of the code which reads:
Quote:<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
Maybe try deleting the maximum-scale=1" parameter and see if that breaks anything. I am not a coder so my understanding of these things is limited. I think Chrome just ignores this parameter when I set the accessibility option to override no zoom requests. Your iPhone may also ignore the parameter. As far as I can tell, the site works very well without the zoom limitation.