mediawiki-skins-Citizen
mediawiki-skins-Citizen copied to clipboard
Zooms in when editing text on iOS devices
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.
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.
Thanks, I took a look at Wikipedia and MobileFrontend there doesn't do it, so maybe there is something you can add from MobileFrontend?
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