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.

Are you talking about Webix.history API or about Webix Jet ?

It is not possible to disable history tracking in case of Webix Jet as its rendering logic is based on data URLs.

I’m talking about webix.history

In the next build you will be able to use webix.history.track(false) to disable history tracking ( if you have a PRO version, you can grab latest Webix 4.3.8 which already supports such logic )