tranb3r

Results 144 comments of tranb3r

No problem. I'll try to do it today. Should not be very long, since it's basically copy/paste from StatusBar. About naming: I think SystemNavigationBar is better. It's how android is...

@pictos I can move both properties of the behavior to android specific. But the behavior itself has to be cross-platform, right? Is this the usage you want? ``` ``` ```...

> @tranb3r that shouldn't be Behaviors, but AttachedProperties. Behaviors aren't a good approach for a feature that's available for 1 platform @jfversluis wrote "We're going to implement this as a...

@pictos I understand. No problem. I'm just looking forward for this _simple_ feature to be implemented (and I really do not care about the credit). So please go ahead if...

@pictos Ok, I'm happy to do it, although there is something I do not understand. Let's assume we implement two AttachedProperties (`SystemNavigationBarColor` and `SystemNavigationBarStyle`). I guess they would be attached...

@VladislavAntonyuk @PureWeen What is blocking this PR? Thanks

Is it possible to merge this PR asap? It's required for the solution @VladislavAntonyuk suggested months ago for a TabView control. Thanks.

@PureWeen Is it possible to merge this PR in SR3? It's required for the solution @VladislavAntonyuk suggested months ago for a TabView control in Maui CommunityToolkit. Thanks.

> Our workaround is currently to call App.Current.Quit() in MainActivity's OnDestroy. Thus, we force a clean restart of the application including OnStart(); This is also what I'm doing.