Is it possible to enable an orientation lock in a PWA in iOS? I tried the solution described in the following link. It doesn't work for my PWA.
https://www.outsystems.com/forums/discussion/45410/mobile-screen-orientation-lock-in-version-11/
Thanks in advance.
Rajan
By the way, PWAs are cool :)
PWA cannot access native plugin.
You can do that, Here's a list of all manifest options: https://developer.mozilla.org/en-US/docs/Web/Manifest#orientation
Probably you need to remove and re-install your application.
https://success.outsystems.com/Documentation/11/Delivering_Mobile_Apps/Distribute_as_a_progressive_web_app_(PWA)
Try this tutorial. I hope that help.