mediawiki-skins-Citizen icon indicating copy to clipboard operation
mediawiki-skins-Citizen copied to clipboard

Zooms in when editing text on iOS devices

Open lachlanshanks opened this issue 2 years ago • 3 comments

When editing using an iPhone (I have the XR) the page zooms in when trying to edit text. From memory this can be fixed by increasing the font size to 17px but also seems like it can be fixed using the viewport tag. Unfortunately I haven't managed to test this because from looking at the Citizen code it seems MediaWiki sets the "maximum-scale" figure already and I don't know how to edit that.

The problem is present on both Coasterpedia and the Star Citizen wiki.

lachlanshanks avatar Aug 31 '22 12:08 lachlanshanks

The viewport tag is added by MW core using the responsive flag. It seems that it is the intended behavior on their end but I will look into it.

alistair3149 avatar Sep 02 '22 15:09 alistair3149

Thanks, I took a look at Wikipedia and MobileFrontend there doesn't do it, so maybe there is something you can add from MobileFrontend?

lachlanshanks avatar Sep 02 '22 23:09 lachlanshanks

Thanks, I took a look at Wikipedia and MobileFrontend there doesn't do it, so maybe there is something you can add from MobileFrontend?

I'm not sure about Minerva with MobileFrontend but Vector doesn't have the responsive flag enabled. I can skip the MW implementation and manually add the tag, but I need to look more into it

alistair3149 avatar Sep 03 '22 00:09 alistair3149