You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 1, 2024. It is now read-only.
In the Popup API there is no way to specifically control Android's hardware back button and how it interacts with the popup. Currently if the hardware back button is used the popup will act as if it is light dismissed. We should add granular control to turn the hardware back button on and off.
Add new attached property for android that enables/disables the hardware back button for dismissing Popups
API
Popup - Android Attached Property
Properties
API
Description
IsBackButtonEnabled
Gets or sets if the hardware back button is enabled. If true the hardware back button will light dismiss the popup. If false the hardware back button won't cause any action to the popup.
This should be implemented as an attached property