| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
fix(modal): resolve issue with modal promise not being resolved when using `Popover` styled modals
|
test branch-tns-core-modules#amiorkov/modal-close-callback-fix |
Sorry, something went wrong.
|
test branch-tns-core-modules#amiorkov/modal-close-callback-fix upload_test_reports |
Sorry, something went wrong.
|
After some additional refactoring to the fix of in tns-core-modules it is not longer requried to change anything in nativescript-angular. After this PR is merged the current version of nativescript-angular should work as expected. Closing PR. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR requires a PR in the tns-core-modules to be merged first: NativeScript/NativeScript#7050
PR Checklist
What is the current behavior?
If you open a modal that has options for presentationStyle set to UIModalPresentationStyle.Popover if you tap outside of the popup it will be closed but opening a next modal will open empty broken modal.
What is the new behavior?
If you open a modal that has options for presentationStyle set to UIModalPresentationStyle.Popover if you tap outside of the popup it will be closed correctly and opening next modal will work as expected.
Fixes/Implements/Closes #[Issue Number].