I'm making a node.js+express web app that needs to disable the lock screen for few pages, it is a points counter for a boardgame and would be bad design having the need to unlock the screen every time a player wants to check theirs (which happens very often). It also has a soundtrack option variable for more game immersion and sleep mode would stop the music.
I used nosleep.js (https://github.com/richtr/NoSleep.js) which fakes an mp4 video in the background and it used to work until the recent 13.4 iOS update (which has a bug about video playback https://discussions.apple.com/thread/251215369), is there's any other option available in 2020?