We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Hello, I would like the ignoreTopSafeArea and ignoreBottomSafeArea parameters to also be available for Android, not only iOS. The problem now is that the modal window calculates insets (https://developer.android.com/develop/ui/compose/system/material-insets?hl=ru#override-default) and the window does not appear on the entire screen. Maybe there are some other solutions?
https://skrinshoter.ru/sVMlP42bTDF https://skrinshoter.ru/sVMmU8YNV5f
Using "@nativescript-community/ui-material-bottomsheet": "^7.2.61" and "@nativescript/android": "~8.8.6" (on the latest version it works the same way)
Device (emulator) Pixel 9 Pro XL, 36 SDK
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, I would like the ignoreTopSafeArea and ignoreBottomSafeArea parameters to also be available for Android, not only iOS. The problem now is that the modal window calculates insets (https://developer.android.com/develop/ui/compose/system/material-insets?hl=ru#override-default) and the window does not appear on the entire screen. Maybe there are some other solutions?
https://skrinshoter.ru/sVMlP42bTDF
https://skrinshoter.ru/sVMmU8YNV5f
Using "@nativescript-community/ui-material-bottomsheet": "^7.2.61" and "@nativescript/android": "~8.8.6" (on the latest version it works the same way)
Device (emulator) Pixel 9 Pro XL, 36 SDK
The text was updated successfully, but these errors were encountered: