Different dataview scrolling behavior in Cordova

Hello,
I made a cordova app with a dataview. On Android phone the data swiping (scrolling ) is smooth and the rendering is very quick, on Apple devices is slower but acceptable. The strange behavior is that on Apple the render of items starts when the scrolling stops, therefore for a few seconds the screen become white and I must touch the screen to make the items visible. Why this difference?
Have I to change something in touch.config?
Thanks
P.S.
I told my customers to swipe and stop with finger to have a good experience, but they do not like it.

Never mind.
Upgrading Xcode version, the problem has disappeared.