Long Press Handler
Content Type: Widget
Categories: User Interface,Mobile
Overview
This Long Press Handler widget triggers customizable built-in actions in Mendix Studio Pro with both a short tap and a long press gesture. This dual-feature functionality allows users to access context-specific actions quickly and intuitively, enhancing the overall user experience.
Documentation
Typical usage scenario
This widget is ideal for apps that require quick access to actions with a short tap or additional actions through a long press. It’s beneficial in scenarios like task management, item selection, or quick tool access, enabling users to interact intuitively with app content.
Features and limitations
- Dual Gesture Handling: Supports both onPress (short tap) and onLongPress (long press) gestures, allowing customizable actions for each interaction type.
- Customizable Actions: Each gesture can trigger different built-in actions configured in Mendix Studio Pro, making it flexible for various scenarios.
Limitations:
- No Custom Popup: Triggers only predefined actions and does not display a custom popup.
Releases
Version: 1.0.1
Framework Version: 9.24.5
Release Notes: Enabled visibility support
Version: 1.0.0
Framework Version: 10.11.0
Release Notes: Initial Release