getx
getx copied to clipboard
on backbutton press always close the app - not beta
get 4.6.5 - after updating flutter 3.13 in android when back button pressed the app close instead of going to back previous page
cy ,,,same confusion ,
Did anyone find this fix?
same issues, please fix. thank
when i downgrade to 3.10.1 it work
Even 3.10.6 will also work. Problem starts from 3.13.0 +
Check whether android:enableOnBackInvokedCallback="true"
is added to the AndroidManifest.xml and delete it.
Even 3.10.6 will also work. Problem starts from 3.13.0 +
https://github.com/jonataslaw/getx/pull/2882#issuecomment-1691532942
Check whether
android:enableOnBackInvokedCallback="true"
is added to the AndroidManifest.xml
thank for support, you save me 02 days
Check whether
android:enableOnBackInvokedCallback="true"
is added to the AndroidManifest.xml
Yes its already added still app closes on back press in flutter 3.13.0 +
With get: ^4.6.6
and flutter:3.13.1
still problem persist.
Check whether is added to the AndroidManifest.xml
android:enableOnBackInvokedCallback="true"
Yes its already added still app closes on back press in flutter 3.13.0 +
delete it
Thanks man for your answer. I was struggling for this from last 2 weeks. Thanks a ton!!
Check whether
android:enableOnBackInvokedCallback="true"
is added to the AndroidManifest.xml and delete it.
This is indeed the solution. Issue should be closed
I am facing the same issue but my application still loosing state and application is still closing
I am facing the same issue but my application still loosing state and application is still closing
After delete this line(android:enableOnBackInvokedCallback="true") , , flutter clean and flutter pub get helped me