Done Inconvenient paging on mobile

fake-kun

Bass Propagandist
Level 5
Joined
Dec 2, 2024
Messages
2,314
Solutions
3
Reaction score
10,081
Points
3,477
Location
Abel City
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

Featured Video

Gintama Rumble (VITA)

Latest Threads

Another Fake Game

I saw a new trailer called God Save Birmingham Do you guys believe this game is scam like The...
Read more

Goofy ah question abt The House of the Dead

Can I play this game without the light gun?
Read more

Duplicate thread detection thread

Want to make a thread but suspect it was done already?
just post your planned thread and wait...
Read more

Video game songs that sound similar

There's a lot out there, I could probably post so many examples. But I was listening to the...
Read more

Online statistics

Members online
189
Guests online
179
Total visitors
368

Forum statistics

Threads
7,546
Messages
187,266
Members
548,892
Latest member
Pedro_Gc05

Support us

Back
Top