Page MenuHomePhorge

Allow zooming Phorge pages on mobile
Open, Needs TriagePublic

Description

Steps to replicate the issue (include links if applicable):

  • Use Firefox on an Android phone in portrait orientation
  • Visit a Phorge task which has an image embedded
  • Click on the image comment
  • Pinch with fingers to zoom

What happens?:

  • Image stays zoomed out, which can be unreadable

What should have happened instead?:

  • Image should zoom in

Other comments:

Revisions and Commits

Event Timeline

Just talking about accessibility, maybe interesting, Wikipedia on mobile allows to scale, but setting a minimum and maximum scale:

width=device-width, initial-scale=1.0, user-scalable=yes, minimum-scale=0.25, maximum-scale=5.0

Talking about the root problem instead, probably we may need a media viewer in the future to pinch on images etc.