iPad users help

sallybr

Well-known member
anybody knows if there is a way to go straight to the bottom of the posts when using an IiPad? My fingers are getting a heavy workout from scrolling down.... down.... down.....

 
there is no keyboard to press any key....

probably it will only work with a bluetooth keyboard attached to the iPad, but not with the iPad alone....

unless I am missing some tricks....

 
I put a JavaScript on mine awhile back and it works beautifully! Scroll to bottom >>>

You can put this JavaScript on your iPad or iPhone. You save it like a bookmark on your web browser then when you need to go to the bottom on a website, you click on Bookmarks then select it -

Here is the process:
1) Open up your Safari web browser
2) Bookmark a page (by tapping the icon just to the left of the url bar)
3) Go into your bookmarks (by tapping the bookmark icon button)
4) Click “Edit”
5) Select your new bookmark
6) Change the name to “Scroll to Bottom” (or whatever you want)
7) Delete the address

smileys/bigeyes.gif Copy and paste the following into the address box (just double-click anywhere within the javascript code, copy and then paste):

javascript:scroll(0,document.getElementsByTagName('body')%5B0%5D.scrollHeight);

9) Save (by tapping Done)

Now when you are on a web page and want to go to the bottom, choose bookmarks and select “Scroll to Bottom” (or whatever you decide to call it).

 
BTW, here is the JavaScript to search for a word or phrase on the page >>

Use the same process as "scroll to bottom" but use this JavaScript in your bookmark instead and name it accordingly (mine is "Search on Page"):

javascript:void%28s%3Dprompt%28%27Find%20text%3A%27%2C%27%27%29%29%3Bs%3D%27%28%27+s+%27%29%27%3Bx%3Dnew%20RegExp%28s%2C%27gi%27%29%3Brn%3DMath.floor%28Math.random%28%29*100%29%3Brid%3D%27z%27%20+%20rn%3Bb%20%3D%20document.body.innerHTML%3Bb%3Db.replace%28x%2C%27%3Cspan%20name%3D%27%20+%20rid%20+%20%27%20id%3D%27%20+%20rid%20+%20%27%20style%3D%5C%27color%3A%23000%3Bbackground-color%3Ayellow%3B%20font-weight%3Abold%3B%5C%27%3E%241%3C/span%3E%27%29%3Bvoid%28document.body.innerHTML%3Db%29%3Balert%28%27Found%20%27%20+%20document.getElementsByName%28rid%29.length%20+%20%27%20matches.%27%29%3Bwindow.scrollTo%280%2Cdocument.getElementsByName%28rid%29%5B0%5D.offsetTop%29%3B

 
You can "tap" your way to the bottom insead of scrolling. There doesn't seem to be another procedure

 
Back
Top