Image zooming in PWA in Standalone mode

Hi,
I can zoom images on my PWA but when I install it as standalone mode, it no longer zooms.
I’m assuming that this is due to the constraints by the metadata.

I’ve tried using the ionic-image-viewer component but it doesn’t work in this situation (works in web but not standalone).
I would be happy to open a new component to view this if that was needed. I don’t really know where else to go here.

Thanks for any help you can provide.

Shane

Is this an issue with the CSS set in the index.html?

Can a differenet component/ page have different metadata?

I don’t really know enough about this to ask the correct questions

Shane

So the zoom stops working since standalone/fullscreen mode disables native browsers zoom. You need to implement zoom yourself in this case or (which I am not sure) find a way to alter those meta tags (like user scalable etc)