PWA Auto Rotate
Shahjahan Jewel, A little fix needed for the app.
The "auto rotate" settings on phone is turned off, yet the pwa app keeps on rotating
Is anyone else experiencing this?
Just tested it on my Android and it's working properly. It doesn't rotate automatically, it just shows the rotate icon.
I tested it on 3 android phone, same thing
Bryan WilliamΒ You can fix the orientation to portrait by using this hook -
add_filter('fluent_community/pwa/orientation', function ($orientation) {
return 'portrait';
});
Raiyan MarzanΒ I added it in the fluent community settings customization - It didn't work
I tried it on a different phone today, it works normal