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:
I still haven’t figured out if you can run debugger on a mobile size screen but I was able to figure out a workaround: just make your mobile element temporarily visible on larger screens.
For anyone looking for this, here’s a workaround I found.
With Debug mode on
In Chrome > View > Developer > Developer Tools
In Elements tab > scroll down until you find section
Then edit the Styles
Deselect display: flex on the top bar