Hashbang URIs - How to remove Hashbang?

I am fairly new to Webix, to me tt seems like Hashbang is quite tightly integrated with Webix and that Webix is dependent on it.
My single page application do not require the browser’s back functionality, and would like to remove the ugly as URIs?

Is there a way to remove hashbang?

Webix itself doesn’t depend on hashbang. Components do not change anything outside of their containers.

In the case of Webix Jet, yep it relays on a hash. It possible to disable this feature, beware that it will disable not only back button but some other features ( deep-app-linking for example )

Thanks.