Resource icon

[FF] Fix WebManifest Orientation 1.0

No permission to download
Compatible XF 2.x versions
  1. 2.2
xF 2.2.13 brings in a bug where your phones auto-orientation settings are ignored and the app will rotate even if you have orientation locked.

This add-on fixes that.

Two things you'll then need to do:
  1. Open YOURSITEURL/webmanifest.php in your browser on your phone, then refresh the page (this will make sure you don't have a cached manifest)
  2. Remove and then re-add your app from the home screen (this might not actually be necessary if it picks up the new manifest from step 1 - but just in case!)
The actual issues is the:

Code:
"orientation": "any"

Line in the webmanifest file.
Author
benFF
Downloads
42
Views
1,011
First release
Last update

Ratings

5.00 star(s) 1 ratings

More resources from benFF

Latest reviews

does exactly what it says. pwa on my board follows the device orientation setting with this addon enabled.
Top Bottom