You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Automatic H.264 player selection logic should no longer choose HTML5 on iOS 16.4 or newer. Current behavior is to try the HTML5 player again when iOS 17 comes out.
Added logic to keep the screen alive by playing a very simple low-resource video in a hidden HTML5 player (based on third-party library "noSleep"). This logic runs even when the main player is already HTML5 because in canvas rendering mode it would not normally keep the screen alive.
Added storageinfo.htm page within the ui3 directory, along with a section in UI3's help file which links to the new page. This page offers extensive visibility and control of data saved in Local Storage, including the ability to view, export, import, and delete items saved by UI3, UI2, or other web applications hosted on the same origin.