Ionic version:
[ ] 1.x
[X] 2.x
I'm submitting a ...
[X] bug report
[ ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://forum.ionicframework.com/ or http://ionicworldwide.herokuapp.com/
Current behavior:
When i tapped to status bar ion-content flicker suddenly. I think there is a problem with animation when i tapped to status bar list become to top as default next tapping to status bar flicker. Btw i m currently using V2 RC.6
This is the gif of mhartington example from github
Hello, thanks for using Ionic, we will look into this.
@jgw96 What about that bug, do you have any solution ?
In IOS,if we tap on statusbar whole ion-content will blinks in IONIC2.How to resolve this issue.Please suggest..
Thank You.
Please resolve issue..
@taygundonma Its a problem on Ionic v1 as well.
If you try to debug this on Xcode, WebView throws the following exceptions every time you click on the status bar.
[WebActionDisablingCALayerDelegate willBeRemoved]: unrecognized selector sent to instance 0x170016900
*** WebKit discarded an uncaught exception in the webView:willRemoveScrollingLayer:withContentsLayer:forNode: delegate: <NSInvalidArgumentException> -[WebActionDisablingCALayerDelegate willBeRemoved]: unrecognized selector sent to instance 0x170016900
(Removed the timestamp and project name from the logs above)
Don't know it this is helpful.
Using overflow-scroll="false" on ion-content fixed the problem. (Using Ionic v1).
Which makes me think its a problem with native scrolling on Ionic v1 iOS. After enabling jsScrolling all looks good.
In ionic 2 and ionic 3, setting no-bounce
<ion-content no-bounce>
</ion-content>
Seems to solve the issue ..
Thanks for the issue! This issue is being closed due to inactivity. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Thank you for using Ionic!