nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
216 stars 80 forks source link

fix(BottomSheet): Back to blade motion is fluid #415

Closed vallemar closed 1 year ago

vallemar commented 1 year ago

When we have a map behind the sheet the movement becomes slow, when we add this flag the map becomes fluid to touch and movement without any problem

Before: https://user-images.githubusercontent.com/15719383/195977059-b3e5875c-6760-40cc-9ea3-41fc519baee7.mp4

After: https://user-images.githubusercontent.com/15719383/195977071-559b02f4-15dd-43fe-8748-d5e9020db287.mp4

Note how the movement of the map when the sheet is opened or when it is open has lag and with the flag this problem disappears