rotorgames / Rg.Plugins.Popup

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

Q: Android API 33 - OnBackPressed obsolete #760

Closed b12kab closed 12 months ago

b12kab commented 12 months ago

With Android 33 deprecating OnBackPressed, what should be done to bind Rg.Plugin's SendBackPressed?

b12kab commented 12 months ago

After doing some testing and reading this, it appears that without opting in that the present behavior of OnBackPressed will continue.