Mopups icon indicating copy to clipboard operation
Mopups copied to clipboard

[BUG] iOS doesn't blur background of previois page

Open AlexanderSCK opened this issue 2 years ago • 1 comments

Setting the background to transparent just pops the page popup on top of the previois page without blurring the background, it would be cool if there is a property or way to blur the previous page background so it appears as a true popup not just a page on top. Happens on iOS 16.

AlexanderSCK avatar Nov 24 '22 11:11 AlexanderSCK

BackgroundColor = Color.FromArgb("#80000000"); Try adding this in the popups constructor

AswinPG avatar Dec 05 '22 10:12 AswinPG