So I have switched back to IX2 for the time being as I am much more comfortable with it than GSAP for now.
I am running into an issue with my mobile navigation though. The interaction works perfect in the Designer preview, as well as at smaller break points on desktop (ie. If I resize my window down to mobile size).
However, when I am on my phone, the navigation refuses to go to full height. What should happen is the navigation opens only to be about the same height as the navigation. I am at a loss as to why because the interaction seems to be setup correctly. I have also tried both Edge and Safari on iOS, as well as opening the window in a InPrivate session to see if it was a caching issue.
Any advice you can give would be great. Thanks! Read-only is linked below.
Here is my public share link: [LINK][1]
([how to access public share link][2])
Setting the .mobile-nav-container to position: fixed and height to 100% will fill screen as desired, but you will need to consider your layout in terms of user scroll when the nav is open on mobile.
If you want to continue to use the trigger effect and have it visible when the menu is open the nav will ideally be fixed to the top (as to avoid scroll issues when open).
Alternatively, the .mobile-nav-container will sit above the nav and have a separate close trigger (so it functions as a slide-in, slide-out nav).
Both options will work fine - designers choice! Hope this helps.
Okay so I am genuinely not 100% sure what I did to fix it, but it now seems that the nav is working as expected I’m honestly wondering if it was just some glitch with Webflow and the code that it output when I published. Wouldn’t be the weirdest thing I 've heard about happening.
I think your solution would have worked too. My biggest concern was the fact that I have setup many navs exactly like this at this point and never had this issue. So I thought I was going crazy lol