Is there a way to quickly move to the top or bottom of a page?

I’m using a tablet without a keyboard.

ETA: OF a page, obviously. The on-screen keyboard sometimes predicts and corrects poorly.

At the very least give us the OS of the tablet. And it does have a model name/number doesn’t it?

AFAIK only if you have some sort of scroll feature built in.

Moderator Note

Thread title fixed.

Depending on the app, there may be a scrollbar on the far right that works like a typical scrollbar. You put your finger on the shuttle and slide it to the top or bottom of the screen to go to the top or bottom of the page. Other than that, rapidly swiping your finger up or down on the screen often activates a fast scroll, but it may take several swipes to get all the way.

This is a Kindle Fire 7. Android of some recent sort. No scroll bars or I’d use them.

You may be able to use bookmarklets in your browser.

Scroll to bottom:

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

Scroll to top:

javascript:window.scrollTo(0,0);

I’ve used these with success on both iOS and Android devices, but they don’t work in all browsers.

I have fire 8, and yeah, I would love it if they’d add two options to the Forum Jump dropdown: Top of page, bottom of page. I just have to keep scrolling manually. Scrolling while it’s already scrolling multiplies the speed exponentially, but the problem is this fails on the SDMB when first loading a page partly because of ads and partly because it just doesn’t download a full SDMB thread page very quickly.

Note that I can technically see the scrollbar, but only barely, as only the left few pixels of it show up on the very far right of my screen. Not enough to actually use, sadly.

With the fire, I occasionally move my stylus in a way that immediately scrolls the page I’m on all the way to the bottom, but I’ve never been able to replicate that intentionally. I suspect it’s some kind of “mouse gesture” command, but I’ve not been able to google any details.

The one feature I can’t figure out to save my life and miss sorely is text search. I can’t figure out any way to search for text on a web page, and I hate that I can’t do that.

Where do you enter/place/record these?

Followup for cochrane:

Keeping in mind that the OP (and I) are stuck using the Silk browser. I can’t even figure out how to change the target url for saved bookmarks. My only recourse is to delete and recreate them, and I can only recreate them by going to a page and choosing “bookmark this.” If I need to customize a bookmark’s url to make it work just right, well, sucks to be me.

Sultantheme used to provide a way to scroll to the top. But it relied on using another website, and that site upgraded and broke it.

A bookmarklet is just a normal bookmark. So just create bookmark with those javascript lines as the URLs. For example, make a bookmark called “Scroll to Top” and put “javascript:scrollTo(0,0)” as the URL.)

That said, I will change one thing. The scroll to bottom URL can be simplified to “javascript:scrollTo(0,document.body.scrollHeight)”. Or even just “javascript:scrollTo(0,Number.MAX_SAFE_INTEGER)” (both without the quotes).

And, yes, some browsers don’t seem to provide a way to create/edit bookmarks with arbitrary URLs. The only thing you can try is to type the javascript URL directly into the URL bar, and then try to make a bookmark from there. No guarantees it will work.

Well, that or install another browser. It is possible, though Amazon made it unfortunately complicated on their devices. Problem is, I don’t know which ones will work, so I don’t want to recommend anything.

Save a new bookmark, it could be any site. Edit the bookmark. Rename it to “scroll to bottom,” then paste the bit of Javascript in place of the url, then save. Do the same for “scroll to top.” If you do it right, you only have to do it once. It’s a permanent bookmark.

Hey, nice, editing silk bookmarks does appear to be possible. Will need to test, but this looks promising.

I was able to create the bookmark, but the problem now is that in the silk browser, to click a bookmark, you need to go to the View Bookmarks page. That opens a new browser tab with a list of bookmarks, meaning when you click a bookmark, the active browser tab is the bookmarks tab, not the web page you want to scroll.

It’s a clever solution but as far as I can tell right now, it won’t work for a fire tablet. (Like the OP has.)