Hi,
Is there a way to disable the swipe to go back that automatically gets added to my full screen-component? The component:
< ion-content class=“game” scroll=“false” fullscreen=“true”>
<canvas #StringForce>
and I navigate to it from my root component with: this.nav.push(StringForceComponent); where ‘nav’ is an injected instance of NavController.
Thanks in advance,
Markus