By default that page navigation at the top is hidden on mobiles. It is still there at the bottom of the page.
To make it re-appear at the top add this to extra.less
CSS:
.block-outer:not(.block-outer--after) .pageNavWrapper:not(.pageNavWrapper--forceShow)
{
display: initial;
}