rotorgames / Rg.Plugins.Popup

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

OnBackPressed() deprecated Android13 #742

Open prok155 opened 2 years ago

prok155 commented 2 years ago

💬 Questions and Help

Today I increased the target SDK of my project to 33 and I saw that OnBackPressed() method is deprecated. Could you explain how can we override this method when target sdk is 33?

rohitvipin commented 1 year ago

https://developer.android.com/reference/androidx/activity/OnBackPressedDispatcher

maxkoshevoi commented 1 year ago

https://vladislavantonyuk.azurewebsites.net/articles/Migrate-the-deprecated-OnBackPressed-function-in-.NET-MAUI-Android-application

tranb3r commented 1 year ago

If someone has figured out how to do it with OnBackPressedDispatcher instead of OnBackPressed, could you please update the code sample here: https://github.com/rotorgames/Rg.Plugins.Popup/wiki/Getting-started#android-back-button Thanks

WilliamWatterson86 commented 1 year ago

@tranb3r @maxkoshevoi @rohitvipin - did anyone get a working sample for the OnBackPressedDispatcher?

tranb3r commented 1 year ago

Sorry, I've migrated to Maui, and I do not have this issue anymore with Mopups.