Disabling back button in mobile

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>

Resolved
1 reply