Done Inconvenient paging on mobile

fake-kun

Bass Propagandist
Level 5
87%
Joined
Dec 2, 2024
Messages
2,303
Level up in
196 posts
Solutions
3
Reaction score
13,126
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.

Latest Threads

what is the best jrpg game you ever played before ?

I really wanna experience this genre but idk what game to start with.
Read more

Please translate this game kindly

Favorite Overhaul Mods

I recently discovered Mortal Kombat XXL and I'm literally making this thread so I don't forget...
Read more

Online statistics

Members online
152
Guests online
317
Total visitors
469

Forum statistics

Threads
10,216
Messages
253,435
Members
813,340
Latest member
Snaperino1

Advertisers

Back
Top