I have an app with top nav on large screens and bottom nav on small screens. Top nav is working. Bottom nav isn’t.
I’d like to debug bottom nav but when I go into chrome dev tools and select a mobile device screen the debugger doesn’t fit on screen. Looks like this:
How do I figure out what’s going wrong with my mobile-only elements and their associated workflows?