[Bug] HTML elements disappear while scroll ion-content (IOS)

Ionic version: (check one with “x”)
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[x] 3.x
[ ] 4.x

I’m submitting a … (check one with “x”)
[x] bug report
[ ] feature request

ionic info:
cli packages: (/Users/xxxx/xxxx/xxxx/xxxx/node_modules)

@ionic/cli-utils  : 1.19.0
ionic (Ionic CLI) : 3.19.0

global packages:

cordova (Cordova CLI) : 7.0.1 

local packages:

@ionic/app-scripts : 2.0.2
Cordova Platforms  : android 6.2.3 ios 4.4.0 
Ionic Framework    : ionic-angular 3.5.3

System:

Android SDK Tools : 25.2.3
ios-deploy        : 1.9.2 
ios-sim           : 5.0.13 
Node              : v6.11.0
npm               : 4.6.1 
OS                : macOS High Sierra
Xcode             : Xcode 9.2 Build version 9C40b 

Environment Variables:

ANDROID_HOME : /Users/xxxx/Library/Android/sdk

Misc:

backend : legacy

Current behavior:
While I scroll an ion-content with some elements inside (div, ion-grid, canvas, custom objs), randomely one or more items disappear… With safari’s debugger i can see the html structure and css right, but they remain invisible on the display…

Expected behavior:
The elements should not disappear.

I need a solution… Any idea??

Hy,
I’va got same problem with Ionic 4. It seems that it all come from Ionic component on Html.
I mean :
if I use “ion-button” it will sometimes disapear
if I use “button” all is ok

same with …etc,etc

My only solution was to remove all “ion” cmponents but strange that nobody answer other?

Regards