Empty Space at end of screen on native scrolling

I developed an app using Ionic for Android without using native scrolling. Screens look fine. Then I read about native scrolling and gave it a try by setting it globally.

I can definitely notice improved scrolling performance - however, all the screens which are greater than the screen height, there is a lot of empty space introduced at the end of the screen when I added native scrolling.

I didn’t change anything else in the code except for the global native scrolling. Anybody faced this? What is the solution?

Thanks

I get same issue. did you resolve it.
It happening to me when I add variable for ion-content class like this:
< ion-content class="{{myVar}}" >