My workaround was to create a main HTML as a container to the main webapp and I used an iFrame to server the webapp. The window URL never changes even though the iFrame would switch between the various routed URLs. This worked for my needs, but I imagine that this solution would probably not work for many cases. Just sharing it here in case anyone else finds this useful.