I am using fullPage.js jQuery Plugin with scrollOverflow: true
. When I scroll down and want to return back to the top of the page it does not work in mobile devices.
$('#fullpage').fullpage({
paddingTop: '50px',
paddingBottom: '50px',
scrollOverflow: true
});