The functionality to add a blurred image to Popups is already implemented, but on IOS the BackgroundImageSource inherited from Page can't be styled and has some issues when it comes to scaling and fitting.
Solution 1:
Make sure blurred image has the correct dimensions
Solution 2:
Add a custom backgroundimage for popups
Solution 3:
A BlurredBackground Control which can be reused
The functionality to add a blurred image to Popups is already implemented, but on IOS the BackgroundImageSource inherited from Page can't be styled and has some issues when it comes to scaling and fitting.
Solution 1: Make sure blurred image has the correct dimensions Solution 2: Add a custom backgroundimage for popups Solution 3: A BlurredBackground Control which can be reused