Edge Navigator

How to close edge Navigator when an element is clicked.

eg: https://www.fusetools.com/examples/social-media-screen

on provided example if I clicked on News, Feed or Chat I need to close edge Navigator

and how do we open new page on clicking on News, Feed or Chat links? an example would help much better in this case.

Hi!

You should check out this article on how navigation is done in Fuse: https://www.fusetools.com/docs/navigation/navigation

The EdgeNavigator also has a JS API, which you can use to dismiss it: https://www.fusetools.com/docs/fuse/controls/edgenavigator Specifically the .dismiss() method.