Do you get frustrated when your device screen turns off while you're downloading games, reading a long PDF, or watching static content? Worry no more! Keep My Screen Awake is a simple web app designed to prevent your screen from dimming or locking automatically. πβ¨
https://programmingwithprince.github.io/Keep-my-Screen-Wake-Up/
-
Prevent Screen Timeout π‘οΈ:
- Uses the Screen Wake Lock API to keep your screen awake during long tasks.
- Perfect for activities like downloads, viewing static documents, or presentations.
-
Fullscreen Mode πΊ:
- Easily toggle fullscreen mode for better viewing:
- Press
F
π€ - Press
Space
β¨οΈ - Click anywhere π±οΈ
- Press
- Easily toggle fullscreen mode for better viewing:
-
User-Friendly Design π¨:
- Automatically activates the wake lock upon loading.
- Minimalistic black background to reduce strain on your eyes. π
-
Open the App:
- Download and open the
index.html
file in any modern browser (e.g., Chrome, Brave, Edge). π - The app will automatically keep the screen awake! πβ¨
- Download and open the
-
Toggle Fullscreen Mode:
- Press
F
,Space
, or click on the page to switch fullscreen on or off.
- Press
-
When You're Done:
- The wake lock will release automatically when you close the page or switch tasks. β
- No More Interruptions: Let your screen stay on during important tasks. π₯π
- Simple and Lightweight: No installation required. Just open the file and you're good to go! β‘
- Cross-Browser Compatibility: Works on all major browsers supporting the Screen Wake Lock API. π§
-
Wake Lock API:
- Prevents the screen from dimming with
navigator.wakeLock.request('screen')
. - Handles wake lock release events gracefully.
- Prevents the screen from dimming with
-
Fullscreen API:
- Allows users to enter or exit fullscreen mode with
document.documentElement.requestFullscreen()
anddocument.exitFullscreen()
.
- Allows users to enter or exit fullscreen mode with
Enjoy uninterrupted screen time with Keep My Screen Awake! π
Made with β€οΈ and JavaScript. π»β¨