Consistent Background Blur During Rendering on iOS and Android
Currently, while a page/action is rendering, the background content is blurred differently depending on the platform. As shown in the attached examples, the iOS client applies a noticeably stronger blur effect, while the Android client leaves considerably more of the underlying UI visible.
The requested improvement is to align the Android and iOS implementations so that the same level of background blur is applied during this rendering/loading state. Ideally, the more blurred version (iOS) is the standard.
1
vote