But we are facing an issue. Suppose I am on page “example.abc” and I click on this link of my page (“www.example.abc#!load/view/pid=123/false”).
It redirects to my target page, but my URL changes to “example.abc#!load/view/pid%3D123/false”. My URL gets encoded.
Now if I want to go back to my previous page, it takes 2 clicks of browser’s back button to do that.
First, it redirects me to “example.abc#!load/view/pid=123/false” then on next click it redirects me to my previous page “example.abc”
I don’t want this encoded URL and want to solve this problem of back-button, please help me with any solution.