Hi everyone!
So I have been trying to deal with page scaling (by OS), and I based my assumptions on the post:
https://www.outsystems.com/forums/discussion/22985/stop-page-zooming-using-outsystems/
But I havent had any luck so far, here's what i did:
In the preparation for the layout block I added a meta tag action, and fill in the parameters with:
meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
(Check the added print for more info)
But i didnt noticed any difference at all (I was expecting the page to stop resizing when at 125% or more, so it stayed just the same as 100%)
Has anyone dealt with this before? Am I missing something? Or is it just something that doesnt work at all?
Hi J,
Can you include a minimal example so we can all take a look?
Cheers
Rui Barbosa wrote:
Its on the attachment I adedd, its very easy to replicate.