A while back the manifest.json orientation property was changed from portrait to any. This, however, makes Chrome for Android ignore the native Android orientation lock, which makes it quite difficult basically impossible to read posts with your phone sideways. In fact, the Chrome docs even say:
Use this selectively. Users prefer selecting the orientation.
This makes me think any isn’t really the default. Could the property orientation simply be omitted? The Web App of dev.to for example, works fine for me and doesn’t have it set in its manifest.
I’ve noticed that while orientation is set to any, the system “orientation lock” is ignored.
Seems like the desired settings would be “same as chrome” (portrait/landscape based on how your holding the device, unless you’re using the system wide orientation lock)… but not sure what that translates to in W3C speak…
It’s like an app, uninstall it (in the app list in the OS settings or dragging the icon to the corner in some launchers) and then navigate to Meta to install again.
Manifest properties auto-update in the background for stuff like site name, logo and colors, but I don’t think orientation is one of those that updates.