Replies: 3 comments
-
I think we need blurs at the Android View level, not Android Window. Good news is that Android 12 introduced native APIs to apply blur to views also: https://developer.android.com/reference/android/graphics/RenderEffect#createBlurEffect(float,%20float,%20android.graphics.Shader.TileMode) Let me know if you need any help trying them. |
Beta Was this translation helpful? Give feedback.
-
Hi @briansztamfater, I currently got busy with other issues. I can look into it next week. If you can look into it this week, then feel free to assign yourself |
Beta Was this translation helpful? Give feedback.
-
Trying a different approach with WebView and CSS blurs here #15953 |
Beta Was this translation helpful? Give feedback.
-
Discussion: #15440
Android Window Blur: https://source.android.com/docs/core/display/window-blurs
Beta Was this translation helpful? Give feedback.
All reactions