When the browser is normal mode, the user can click a button and scroll to a div at the top of the page :
$('html,body').animate({scrollTop:$('.backTop').offset().top}, 150);
https://jsfiddle.net/f6xr93b7/
But having the browser in fullscreen mode, does not work