Page flickers when Status Bar is tapped

Any solution to prevent this or can we disable scrolling when status bar tapped?

It has been already asked for ionic version 1 on https://github.com/driftyco/ionic/issues/5932

But i need this solution for version 2 rc-5.

Thank you

This should not be an issue in ionic 2. Since scroll is all native scrolling, there shouldn’t be a flicker.

There is in all page. I have already started empty project includes just ion-content and ion-header but ion-content still flicker when i tap clock on status bar for only ios.

Thank you

1 Like

I am facing the issue. Did you solve it?

Managed to get rid of the issue by setting the no-bounce attribute on ion-content.

<ion-content no-bounce>

</ion-content>

Hope this helps.:slight_smile:

1 Like

I have the same issue. Did you find the solution for it?