Modal Dialog should display half of the screen in nativescript angular #9652
Unanswered
Bahtiyar89
asked this question in
Q&A
Replies: 1 comment
-
You can play around with the new
Or if only targeting iOS, you can use the standard modal, and switch it's style to use one of the available ones: https://developer.apple.com/documentation/uikit/uimodalpresentationstyle?language=objc For example, you can pass the following to the modal options {
ios: {
presentationStyle: UIModalPresentationStyle.UIModalPresentationPageSheet
}
} |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I want to display on Nativescript angular on pressed Modal should appear from bottom to top for display 90% of screen are there any İdeas ?
Beta Was this translation helpful? Give feedback.
All reactions