-
Notifications
You must be signed in to change notification settings - Fork 334
PopupPage
Kirill edited this page Feb 11, 2018
·
19 revisions
This page talks about events, methods and properties of Rg.Plugins.Popup.Pages.PopupPage and how to work with them
- BackgroundClicked - Invoked when a background of the popup page is clicked
-
IsAnimationEnabled - Enables or disables an animation of
PopupPage -
Animation - Sets or gets current animation of
PopupPage -
CloseWhenBackgroundIsClicked - Enables or disables closing popup page, when a background of the
PopupPageis clicked -
HasSystemPadding - Enables or disabled applying
SystemPaddingfor thePopupPage - SystemPadding - Gets current system padding. See more information about it
- OnBackButtonPressed - Invoked when a hardware back button is pressed
-
OnBackgroundClicked - Invoked when a background of the
PopupPageis clicked
PopupPage has some virtual methods for supporting a custom animation also. See more information about it here
SystemPadding is left, top, right and button offsets for native platforms. For example it can be a height of title bar on Android and iOS, software navigation buttons bar on Android AppCompat or height of keyboard from a bottom.
![]()