Stop tracking history

Hi,

Is there a way to stop tracking the history and remove the hashbang from the url?

My app is separated in to two main areas, the login+account creation and main-app. I only want the history to be tracked while the user is in the first part. As soon as the user successfully logs in, url goes back to untracked.

Cheers.

@jessicajung , Did you try the disabling method described in here : https://docs.webix.com/api__history_track.html ?

The same is written here : https://docs.webix.com/desktop__history_track.html

Thank