bp2008 / ui3

A powerful, modern HTML5 web interface for Blue Iris.
GNU Lesser General Public License v3.0
120 stars 18 forks source link

remove `"orientation": "any"` from `manifest.json` #145

Closed lightmaster closed 1 year ago

lightmaster commented 1 year ago

"orientation": "any" causes Android (and probably iOS) to ignore the OS rotation lock setting, and always rotate regardless of if the user wants their screen to be rotated.

Fixes Issue #144