Device Screen Control
Control how your app uses the device display to create a more polished experience
Device Screen Control features let you customize the device screen behavior of your Median app, including screen brightness, screen timeout behavior, and full-screen display. These settings can be configured as defaults in App Studio and, where supported, changed dynamically at runtime using the Median JavaScript Bridge.
Developer DemoDisplay our demo page in your app to test during development https://median.dev/device-screen-controls/
Screen Controls
Screen Brightness
Dynamically adjust the device's screen brightness while users are inside your app.
Keep Screen On
Prevent the device from automatically turning off or locking the screen while your app is in use.
Full Screen
Allow your app to use the entire available display by hiding system UI.
Screen Orientation
Manage how your app responds to device rotation.
Configure Screen Controls
Many screen controls can be configured as default app behavior through App Studio → Interface. Runtime controls are available through the Median JavaScript Bridge where supported.
For implementation details, platform behavior, and JavaScript Bridge examples, see the individual guides above.
Updated 6 days ago