scrollViewer override scroll down event on Iphone with version IOS 11

Something like this ?
https://www.babylonjs-playground.com/#13CF95#90
check line 40

2 Likes

Hmm, AMAZING! I didn’t think that everything was so simple) thanks) I’m shocked

I have no idea :frowning: Maybe @Evgeni_Popov has one ?

No idea either, hard to say from a video.

Do you see the same thing when browsing your site on a desktop? With another phone (if possible)?

This effect is observed on ios version 12 and below. There are no such problems on the computer.
And by the way, the problem with the scrollbar is also observed on ios 12 and below.
The problem was solved by adding this css:

* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

2 Likes