QIRO
1
Any simple ways for me to allow the user to tap an image and see it full screen on a mobile device?
Ideally I’d like them to be able to zoom, too.
I’ve found threads from 2020 that discuss this issue but with links to solutions that are long dead and gone so I’d appreciate any steers anyone has.
There are a few plug-ins you can explore from the marketplace for this.
You can also create a popup with width and height set to 100% and containing only image. Show this when user clicks on the image for zoom in.
1 Like
QIRO
3
I had a go with the popup and had issues with positioning but it’ll do if it’s the best I’ve got.
Is there a way to enable zooming in a popup, when it’s disabled on the app? Or disable it manually on specific pages?