Mobile Screen
Eser Deniz
NativePHP^3.0iOS13.0+Android21+
Screen wake lock and brightness control for NativePHP Mobile — designed for barcode tickets, live dashboards, kiosks, and scoring applications.
Features
- Keep screen awake (wake-lock control)
- Control brightness (0.0–1.0 scale)
- Reset to system default brightness
- Works across iOS and Android
- Zero-configuration, dependency-free implementation
Installation
composer require srwiez/nativephp-mobile-screen
php artisan vendor:publish --tag=nativephp-plugins-provider
php artisan native:plugin:register srwiez/nativephp-mobile-screen
Compatibility
| Platform | Minimum Version |
|---|---|
| NativePHP | ^3.0 |
| iOS | 13.0+ |
| Android | API 21+ |