Hello, I stumbled on this plugin last week and it has been super awesome. I'm still really new in the world of xamarin and software development in general, so this might look like a ridiculous question. But for the life of me, I can't properly size my popup. It takes over the whole page, and I've tried to search for answers but I can't find any. I'd be really grateful for any help rendered. Thank you
@TosinM Just look the demo project. https://github.com/rotorgames/Rg.Plugins.Popup/tree/master/src/Demo
I'm sorry, I'm fairly new to the software development world, and I can't seem to figure it out. Please @rotorgames, any extra help you can render would be greatly appreciated
@TosinM Sorry but I can't help you if I don't understand what you need. What problem do you have? Explain more
Okay okay, the popup takes the whole page and I don't want it to. I just want to size it like a small rectangle instead. And I want the original page to be visible behind.
@TosinM no problem just set VerticalOptions="Center" and HorizontalOptions="FillAndExpand" for PopupPage.Content
Most helpful comment
@TosinM no problem just set
VerticalOptions="Center"andHorizontalOptions="FillAndExpand"forPopupPage.Content