Home » iPad Safari » Scroll to Bottom on iPad
Scroll to Bottom on iPad
2:33 AM
wasetn
Labels:
iPad Safari
If you are in the middle of the page in Safari, by default there is no way to jump to the bottom. Now you can do that by a javascript command.First add the following command to a bookmark:javascript:if(window.pageYOffset>(document.body.scrollHeight*.70)){scroll(0,0);}else{scroll(0,document.body.scrollHeight);}Once you want to go to bottom in one webpage, just click this bookmark.
No comments:
Post a Comment