Hello,
Is it possible to disable the back button in mobile surveys?
This code only worked for the computer but not mobile:
<script type="text/javascript" >
function preventBack(){window.history.forward();}
setTimeout("preventBack()", 0);
window.onunload=function(){null};
</script>
Disabling back button in mobile
Resolved
1 reply