You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This implementation is for a React Native library, but what I can provide when it comes to playback details are videos that I will send below showing BlurView on a Pixel 6 with API 31 and a Pixel 9 with API 36.
XML layout and code for BlurView setup
--
Stacktrace in case of a crash
Notice that on the Pixel 6 (first video), the blur effect is frozen, but on the Pixel 9, this doesn't happen. One detail I noticed was that when I changed the radius or overlay color value, the blur effect updated, but it still remained frozen to what appeared behind it.
Please include:
BlurView library version 3.1.0.
Pixel 6 - API Level 12 - API 31
This implementation is for a React Native library, but what I can provide when it comes to playback details are videos that I will send below showing BlurView on a Pixel 6 with API 31 and a Pixel 9 with API 36.
--
Notice that on the Pixel 6 (first video), the blur effect is frozen, but on the Pixel 9, this doesn't happen. One detail I noticed was that when I changed the radius or overlay color value, the blur effect updated, but it still remained frozen to what appeared behind it.
pixel-6-api-31.mov
pixel-9-api-36.mp4
If you want to see my implementation, it's here:
I would just like to know if this is a problem with my implementation OR the library?