-
-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(ios-angular): Topmost deprecation and not rendering on top of modal #68
Conversation
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign the CLA at https://www.nativescript.org/cla. |
@cla-bot check |
The cla-bot has been summoned, and re-checked this pull request! |
Thanks @bbroereES ! |
@NathanWalker Could this be merged ? |
I also need this. |
@lochstar and @jscti forgive us for the delay. I went ahead and integrated your fix on this PR just to avoid further delay: That included some formatting to match the style in the workspace but highlighted the diff which contains your change there. Published in In future you can PR any changes to the plugin workspace where we manage all @NativeScript scope packages: |
@NathanWalker But I don't get quite how to use it ? tldr: how to use your fix by "tns plugin add" it ? edit: Well, I found the proper import : |
@NathanWalker Isn't it possible to merge this PR in this repo as well for NS6 ? I can't upgrade to NS7 (too much plugins are dead ... ) and I'm struggling forking/building/tns adding this one PR to make it work ... It's a real pain |
PR Checklist
What is the current behavior?
iOS gives a warning about deprecation of topmost() and does not render the datetimepicker on top of a modal in Angular.
What is the new behavior?
iOS gives no warning about deprecation of topmost() and does render the datetimepicker on top of a modal in Angular.
Fixes/Implements/Closes #60.