Hi, I have a perspective application I've developed for a customer that is first in a breakpoint container, then in an XY container. It is formatted for 1920x1080 or larger desktops. The idea was to then use the breakpoint to make a more mobile friendly version. However, if I could find a way to launch the view in a mobile browser at 50% zoom or some zoom/scale control equivalent to that it would work quite nicely on mobile without redoing everything for mobile. Since it includes a massive layout of piping/ P&ID drawing around everything it was not realistic to design in a way to simply reflow for mobile. Mobile users are all iOS, and I would like to use the Perspective App rather than Safari on iOS for it's added features. Safari does let you specific a specific zoom for a specific web page, which for now I have set at 50% and that does work quite nicely. But for new users, less configuration on the client side is better.
Here is one of my ideas, use a CSS function injected in an Advanced Stylesheet or alongside the default CSS on the gateway the looks only at Perspective App sessions and loads at 50% of normal size, then allows normal pinch upsizing from there, and if you reset it goes back to the 50% size.
I realize there is a lot of variables here, I don't know what browswer the Perspective App is running, but I assume it is basically the embedded Safari option Apple is tough with. Also, that zoom is something CSS isn't supposed to have 100% control over, and such like. And that there might not be a simple transform that renders text and all correctly.
A good option here will help me a lot! Any CSS knowledge I've learned since working with perspective, the learner curve has felt steep, but at least I have a SCADA software that has options rather than running against limitations.