Floating groups don't scroll kinetically on iOS

On my mobile app I have several full-height floating groups with alignment set to ‘both’, so that they take up the entire viewport and can also accommodate content longer than the screen height.

These floating groups scroll normally on Android, however on iOS (both Safari and Chrome) the floating groups don’t scroll kinetically i.e. they only move when your finger moves, and don’t ‘roll on’ and gradually come to a halt.

This is my app: https://parentgenie.co/m. If you click into any one Q&A on the app (find one that is longer than your screen height) and try to scroll down, you’ll see what I mean.

Has anybody encountered the same issue, and found a way to enable kinetic scrolling on floating groups for iOS?

Any help would be much appreciated. Thanks a lot in advance!

Lookup adding css with -webkit-overflow-scrolling in order to get it it to work.

Thanks @andrew, I’ll look into that!

hello, have you ever got this to work?

Hey @emakengu2015, it was a long time ago, but I think I just gave up on this in the end :sweat_smile: sorry!

hey @kelvin.wong alright,