Force navigateTo

Can I force navigateTo ??

If my app already in /myView and I try to navegate to this view again, he “reload” the view?

tks

How about something like

Page.getCurrent().open("http://your-app.com",Page.getCurrent().getWindowName());

-Olli

So using the navigator.navigateTo(“myView”); don`t works??

Have you tried it?

-Olli