| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…and handle calling modal’s `closeCallback` #7050 chore: add example that shows "popover" mode for modal views
|
test package_version#latest |
Sorry, something went wrong.
Documentation?The modal view docs say "By design on iPhone, a modal view appears only in fullscreen". And when I try to implement popover (or any other), that's the behaviour I get. |
Sorry, something went wrong.
|
@mudlabs , In our tests when using the presentationStyle: UIModalPresentationStyle.Popover on iOS when you deploy on iPhone it is not used as this is the behavior that is enforced by the platform itself. Taken from the iOS documentation:
If you find issues with this I would suggest to open a new issue report and provide full details here. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
PR Checklist
What is the current behavior?
What is the new behavior?
Fixes/Implements/Closes #[Issue Number].
Fixes #7050
Developer notes
This PR introduces a new event popoverClosed to the View class. This event is raised when a modal using the presentationStyle: UIModalPresentationStyle.Popover is closed by tapping outside of the popup area.