Kirill
Kirill
@luckysmg Great work. I guess this PR is most important for improving frame rate performance on devices with promotions so far. `setAllowPauseAfterVsync` method can help to improve scroll and gestures...
@jakemac53 I guess we can implement it without huge changes in the code. My approach with `$defaults$` looks not too bad as well to be honest cuz we already have...
@jakemac53 I changed my approach to `include_defaults`. Please, take a look.
The same for me
@DoubleDBE Wrapping StackLayout can help. Also, we can get the same behavior as StackLayout if we override OnMeasure in FlexLayout and change widthConstrain or heigthContrain to double.PositinInfinity. But FlexLayout calculates...
@vchelaru I see that you try to check windowInsets != null. But it doesn't make sense because windowInsets can not be null. it can be Android's issue.
@agusibrahim So, it can be a good idea. I will have a look at this and will check if it's possible or not. Anyway, I'll add it in the roadmap....
@nox0311 @DavidCFreire Version of the plugin and XF?
@zimbabirbal Could you create a simple project which can replicate it and upload it on GitHub? Thanks.
@HobDev I am not sure that I have understood you correctly but if you open a popup with the transparent background then the popup will show everything behind itself. It...