I have javascript code like this:
<a href="javascript:window.history.back()"...
When I test my website (using HTML5, MVC4) in a browser, it works fine. But when I run it in an Android/iPhone app using a embedded browser my back link doesn't work.
Is there a way to simulate a history.back
using razor, like Url.Action
?