Iphone 6 - no click events after swipeback action

I am using a tab page. If a user performs a swipe-back action, the entire interface stops listening to click events.

I have the following on app.component (tried with true and false):

<ion-nav [root]="rootPage" [swipeBackEnabled]="false"></ion-nav>

In xcode I see the following when this happens:

App Root: Scroll Disable Assist false
App Root: Scroll Disable Assist true
App Root: Scroll Disable Assist false

It’s critical that I find a cause ASAP. Thanks.

Solved:

I moved the swipeBackEnabled to <ion-tabs> and removed it from the root nav.

But, this is a bug and should be addressed. It made the whole UI unresponsive.