Opening panel from navbar link problem

It seems like it should be so simple but I’m having an issue. I have a panel-open link in my navbar to open a menu tucked away in a panel. When I click the link the panel slides open then immediately closes. I’ve also tried onclick=“app.panel.open(‘left’)” and it does the same thing.

Both methods used from a link outside the navbar work fine and the panel remains open.

Thoughts?

Does the navbar link act as a toggle, ie once you tap it to open the panel does it then act as the same touch-point to close the panel?

1 Like

I worked it out by chance this morning, I was testing in firefox using their responsive design mode and there’s some kind of conflict there. When I test not using responsive design mode and just scaling the browser window the panel acts correctly.