I have page to which I add a lot of content using AJAX. This makes it hard for the user to keep track of their current location and to move back and forth between points of interest on the page. To resolve this I have decided to add additional in-page navigation, eg: move to top, move to bottom, move to section 1, 2, 3... etc...
The question is where to add these navigation elements:
1- On the side, in a fixed position over the content? This is intuitive easy to tapped, looks good but it can be annoying as it will cover prime screen real-estate.
2- Fixed on the bottom? It is out of the way, still easily tapped, looks a bit wonky IMO, but I find it less intuitive, it covers a space that could be used for ads (not the case now, but maybe in the future).
On desktop, the side-nav is better. But I could always do a combination, where it appears as bottom-nav on mobile and side-nav on DT.
What are peoples thoughts?
Right side, left side?