Skip to main content

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?

PWA Auto Rotate

JF

Just tested it on my Android and it's working properly. It doesn't rotate automatically, it just shows the rotate icon.

Bryan William

I tested it on 3 android phone, same thing

Raiyan Marzan

Bryan WilliamΒ You can fix the orientation to portrait by using this hook -
add_filter('fluent_community/pwa/orientation', function ($orientation) {
return 'portrait';
});

Bryan William

Raiyan MarzanΒ I added it in the fluent community settings customization - It didn't work

Bryan William

I tried it on a different phone today, it works normal