Hi Gal,
You can replace the current location from the history by another location using the
replace method of the Kendo Mobile Application:
replace
However, modifying the history to add a location that hasn't been visited isn't possible. If you want to reflect states of a view in the history, consider appending a query parameter when performing navigation. This will produce separate entries in the navigation and you will be able to navigate through them using the back button. For example:
Regards,
Tsvetina
Telerik