Skip to content
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

Add an option to disable insets in Popup/Dialog #833

Merged
merged 2 commits into from Sep 21, 2023

Conversation

MatkovIvan
Copy link
Member

Proposed Changes

  • Add usePlatformInsets to PopupProperties and DialogProperties to be able showing full screen content inside Popup and Dialog
Default usePlatformInsets = false

Changes in API

+PopupProperties.usePlatformInsets
+DialogProperties.usePlatformInsets

Testing

Test: Try to use Popup and Dialog with max size content on iOS with safe area. mpp demo will be update in separate PR

@igordmn
Copy link
Collaborator

igordmn commented Sep 21, 2023

CI API check didn't fail. It seems I have configured it wrong, will fix it later

Base automatically changed from ivan.matkov/fix-popup-insets to jb-main September 21, 2023 17:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants