Hi,
I’m trying to add a custom piece of JavaScript code (that contains an absolute element) into the end of the body and some styling to the header of my website. Everything works smoothly on Desktop, but on the mobile version I lose the ability to scroll down (touch scroll down).
This JavaScript code works perfectly fine with a wide variety of CMSs and web sites, but not with Webflow. (can it be a theme issue?)
I’ve tried to use devtools to enable/disable most of the styling, but I don’t seem to be able to find what’s the cause of the issue. Only when when my JS is disabled the scrolling on a mobile works.
Has anyone had a similar issue?
Here is my site Read-Only version of the website with the added custom JS code and styling: Staging website
EDIT: After cloning the page into my dev env I’ve started to disable some JavaScript code to understand what’s causing this. I relised that if I comment out the function “init_trigger_interactions” I’m able to scroll again.
Is there a way to edit these Trigger Interactions somewhere in webflow?