Single page application using Backbone.
I navigate to page 1 where the url is baseurl/public#items#254
, after that I go to page 2 where the url is baseurl/public#itemname
. I hit browser back button and I'm back to page 1 but the url is changed to baseurl/public#items%23254
. I don't understand why the page 1 url is not the same when I navigate back and forth to it.
I can reproduce this only to Chrome browser under iOS platform. Anyone had this problem and found a solution?