Trust-Anchor-Group / NeuroAccessMaui

Contains a Maui App for TAG Neuro-Access.
Other
1 stars 0 forks source link

Add support for blurred background on IOS #15

Open berggrenmille opened 4 months ago

berggrenmille commented 4 months ago

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

berggrenmille commented 4 months ago

Blurred background is currently disabled on Android aswell, in order to make it easier to handle the different builds