SwipeGesture don't work for Android - Ionic 5

Hi everyone,

I need your help. I’m implemented an application with Ionic 5 (with angular) and I realize that I can’t restrict the swipe gesture or the back button for Android.

I tried setting [swipeGesture]="false" and didn’t work, I try many things and I can’t make it work.

For iOS work fine adding:
IonicModule.forRoot({ swipeBackEnabled: false })

But for Android unfortunately not.

Could you please help me?

Thanks in advance.