I try to add a search element with “input view” inside a offcanvas mobile menu but it doesn’t works. When I touch the search cell to type, the offcanvas disappear and I can’t see what I’m typing (but if I type “blindly”,the search works fine). It happens only on phone, If I reduce the window on desktop to mimic a phone, everything is fine.
Thanks for the link! The slide-up after setting of your sticky header causes the issue. If you place the offcanvas element e.g. in the footer instead of the header, it works as it should.
Ok ! A little counter-intuitive but it works, thanks a lot !
About accessibility/html semantic (nav HTML tag, UL…) and google crawl, do you recommend me to wrap that offcanvas menu inside a basic section/div or inside a nav, like it supposed to be if I let it in the right place ?