Done Inconvenient paging on mobile

fake-chan

Bass Propagandist
Level 5
80%
Joined
Dec 2, 2024
Messages
2,204
Level up in
296 posts
Solutions
3
Reaction score
12,418
Points
5,977
Location
Wily Castle
Currently, if you want to go to the next page of a thread, you have to scroll all the way to the bottom.

Is there any chance that the paging on mobile can be made the same as on PC?
 
Last edited:
Been thinking about it for awhile, and didn't want to complain.. ?
 
Was also thinking about this just a little while ago.
If anything, it would be great if the page counter was both at the top and bottom for threads.
Edit: Oh wait it already is on PC. But yeah I agree.
 
Well... there's the "Jump to New" option, but that's hardly a solution.

We will see what can be done.
This button doesn't work at all for me.
Whenever I click it, it just jumps to the equivalent of pushing the "Page Down" key once, which is like one scroll wheel's length.

Not sure if it's just on my end, though.
 
This button doesn't work at all for me.
Whenever I click it, it just jumps to the equivalent of pushing the "Page Down" key once, which is like one scroll wheel's length.

Not sure if it's just on my end, though.
Weird. It works perfectly for me.

I guess it depends on how frequently you check any given topic. If it's one you read a lot, it will have less to show as new content.
 
Weird. It works perfectly for me.

I guess it depends on how frequently you check any given topic. If it's one you read a lot, it will have less to show as new content.
Yeah that might be it.
It's weird though because I'm sure it just skips a tiny inch sometimes. At the very least on mobile.
 
If there's a custom CSS, Administrators can use the following CSS:
CSS:
@media (max-width: 480px) {
    .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) {
        display: block;
    }
    .block-outer-main{
        float: left;
        text-align: center;
    }
    .block-outer-main+.block-outer-opposite {
        margin-top: 0;
    }
    .block-outer-opposite{
        float: right;
        text-align: center;
    }
}

Else, I wish Stylebot has a mobile plugin ::confused
 
If there's a custom CSS, Administrators can use the following CSS:
CSS:
@media (max-width: 480px) {
    .block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow) {
        display: block;
    }
    .block-outer-main{
        float: left;
        text-align: center;
    }
    .block-outer-main+.block-outer-opposite {
        margin-top: 0;
    }
    .block-outer-opposite{
        float: right;
        text-align: center;
    }
}

Else, I wish Stylebot has a mobile plugin ::confused
thanks will use
 

Users who are viewing this thread

Connect with us

Support this Site

RGT relies on you to stay afloat. Help covering the site costs and get some pretty Level 7 perks too.

Featured Video

Latest Threads

🎄MERRY CHRISTMAS 🎁

Series where you prefer the early part?

I came to think that I've always preferred Dragon Ball before the DBZ story, JoJo before the...
Read more

The last Story game for Wii

Haven't seen this game on site or played it yet, is it any good?
Read more

Online statistics

Members online
70
Guests online
709
Total visitors
779

Forum statistics

Threads
15,709
Messages
379,569
Members
897,043
Latest member
ydzdryhjbvc

Today's birthdays

Advertisers

Back
Top