Mobile Dialog
Bifrost Technology
NativePHP^3.0iOS18.2+Android26+
Native alert dialogs and toast notifications for NativePHP Mobile applications.
Features
- Cross-platform native alert dialogs
- Toast/snackbar notifications with configurable duration (short: 2s, long: 4s)
- Custom button handling with event callbacks
- Alert identification system for tracking user interactions
- Session-based alert persistence via
remember()method
Installation
composer require nativephp/mobile-dialog
Compatibility
| Platform | Minimum Version |
|---|---|
| NativePHP | ^3.0 |
| iOS | 18.2+ |
| Android | API 26+ |
Events
ButtonPressed— triggered when a dialog button is tapped; includes index, label, and optional alert ID