As we finally decided, this does this in the Layout view:
<script type="text/javascript">
@Html.Raw("var freshPage = true;")
</script>
javascript true, #, , . javascript, , :
window.addEventListener('popstate', function () {
if (!freshPage) {
$('html').remove();
window.location.reload();
} else {
freshPage = false;
}
});
, , iOS , . iOS , "" "", . , , , false. , , , , freshPage , #, html .