Hi everybody!
The Back button of browser can not render View correctly, my issue following:
-
I have the first link (1) named: .../product/index
-
I have the second link (2) named: .../product/category?id=158&name=iphone
-
I have the third link (3) named: .../product/add-product?category_id=158&category_name=iphone
-
If I use Back button of the browser from (3) to (2), address link of the browser show .../product/category?id=158&name=iphone, but view(html, css) is still in (3), this mean the browser does not refresh page.
-
If I use Back button in View (3) to return (2), everything is ok.
-
If I use Back button of the browser from (2) to (1) and from (1) to (2), everything is ok.
Anybody have any ideas ?Thanks.