rotorgames / Rg.Plugins.Popup

Xamarin Forms popup plugin
MIT License
1.15k stars 336 forks source link

PopUpPage inputtransparent content #733

Open ghost opened 2 years ago

ghost commented 2 years ago

Hi, I need advice. There is some way in PopupPage to make content InputTransparent = "True".

I'm trying to create an inputtransparent content pop-up page. Unfortunately, InputTransparent = "True" does not work for x: Name = "GridRoot" in PopUpPage. It should go click on the Button in MainPage.

img06

here is the code-behind: PopUpTest.cs

img07

tempsnip

Thanks a lot.

LuckyDucko commented 2 years ago

Have you tried playing with CascadeInputTransparent when its true?

please provide an example project, but I believe that since it is currently false that would mean that the content within the grid does not inherit the false from the grid which could be causing your problem