Clearing URL to root domain only

Hi,
I have tried to “clear” the url (e.g http://localhost/Bob to http://localhost/) with the following command:

Nav.pushUrl model.key ""

This doesn’t seem to work. How would you do it?

Cheers

This should do the trick:

Nav.pushUrl model.key "/"
1 Like

It did, thanks!

Thought I’d tried it yesterday. That’s what you get for coding tired ^^

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.