Trigger Side Menu with toggleNavUi() function
Hi,
looking at benefit from the HTML Gesture API, I'm wondering if there is any parameter to pass to the toggleNavUi() function in order to display not only the Top Nav menu, but the side menu.
What I'm trying to achieve, is having a hamburger icon straight into my article, than onClick event can display the side menu.
Until now, I reproduce this behavior by having some extra function that display a side menu right inside the article. But I don't like this approach, as it add additional js layer to maintain inside the article.