Skip to content

UI3-233

Compare
Choose a tag to compare
@bp2008 bp2008 released this 15 Apr 01:37
· 114 commits to master since this release

Version 233

  • 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.