Thanks @Oleksandr_Rozhnetski . I think this is part of the problem. I think the element your redirecting to was a menu wrapper of the dropdown menu. However, when I deleted the item the problem persisted. Somehow I resolved the problem by deleting an interaction on this element. I think there was a conflict between two interactions. So now I have the next problem, everything seems to work just perfect for the homepage on each device, however I copied the exact same Nav menu to other pages, and somehow I encounter the same problem on each device.
If this came from a template, I’d review the template design, there may in fact be two different navs, one for mobile portrait and one for all other breakpoints, in which case it looks like parts of the nav may have gotten lost over time.
Thanks @memetican! Using a component and apply it to all the pages solved the case. And indeed, I think there might have gone something wrong with merging different templates, which caused some conflicts around the trigger animations. Thanks again!