my hamburger menu works correctly on desktop, but it does not open on mobile/iPhone.
I am using Next.js App Router and a Client Component with useState and onClick. I have already checked the click handler, useState, z-index, responsive classes, and the mobile layout, but the problem still exists.
The button is visible on mobile, but tapping it does not open the menu. How can I debug and fix this issue?
my hamburger menu works correctly on desktop, but it does not open on mobile/iPhone.
I am using Next.js App Router and a Client Component with useState and onClick. I have already checked the click handler, useState, z-index, responsive classes, and the mobile layout, but the problem still exists.
The button is visible on mobile, but tapping it does not open the menu. How can I debug and fix this issue?