Kip icon indicating copy to clipboard operation
Kip copied to clipboard

Add WakeLock option

Open godind opened this issue 1 year ago • 4 comments

Add a WakeLock option to prevent device from sleeping and locking the screen.

godind avatar Jan 02 '24 06:01 godind

replace NoSleep so it works on non-mobile devices: https://medium.com/@dhashvir/how-to-setup-a-typescript-project-to-use-wake-lock-api-e2243512c012

godind avatar Mar 16 '24 05:03 godind

The current implementation with NoSleep works on my Raspberry Pi with DSI touch display, if KIP is in fullscreen mode. In window mode, the screensaver kicks in as configured. For me this is quite ok.

JonyIvy avatar Mar 23 '24 11:03 JonyIvy

Maybe not that important them. Just need to look at power and cpu usage of the current implementation.

godind avatar Mar 24 '24 03:03 godind

Investigate nosleep library use case to determine if a more modern approach with less ressource consumption can be applied.

Feature requirement: in full screen, screen saver should not activate.

godind avatar Jul 30 '24 13:07 godind