Page flicker when i tap to status bar

Hi,
I hava already posted with Page flickers when Status Bar is tapped

But nothing come from ionic team as meaningful.

I downloaded MHARTINGTON project from github(https://github.com/mhartington/star-track-ionic) and
uploaded to simulator. But i still get the same flickler when tapped to status bar. Any solution for this ?

This is for only IOS and > Ionic 2

Managed to solve this issue with no-bounce attribute.

<ion-content no-bounce>

</ion-content>

Cheers :slight_smile:

Edit : issue reappears when scroll is required. On pages that have no content overflow, setting no-bounce prevents the content flicker.