Enable scrolling on mobile even when there are event listeners present.
When we have any button or any event scrolling stops working on mobile you can actually check any community file in rive website you cant scroll the rive player when there are buttons.
Just ran into this issue... It absolutely breaks the site.
This is completely insane... This shouldn't be default behaviour. We have interactive rive on our website and you are just stuck there, unless you try to scroll somewhere in the corners
Just ran into this, you can see it on Dumbify.com, when you try to scroll on mobile by dragging in the "Say Hello to Dumbi" section, you are unable to.
I was able to get past this by enabling "isTouchScrollEnabled"
const { RiveComponent } = useRive({
isTouchScrollEnabled: true,
// Rest of Configuration
});
@ChrisNSki you have layout issue when viewed on mobile.( this is just random not related to issue but i just saw your website so thats why)