I need help with navigation on my app. Here’s the flow I’m working on:
The user scrolls down the home screen (image attached: “home”), reading the titles of the latest topics.
When they click on a specific topic (image attached: “Bear hugs gone too far”), they are taken to the topic details screen (image attached: “topic screen”), where they can read the full text and replies.
The issue: there’s no “back” button that allows the user to return to the same point in the scroll on the home screen to continue browsing topics.
How can I add a button to return the user to the exact scroll position they were in on the home screen?
Call me confused but doesn’t your browser have a back button? I just tested on my iPhone in Safari and Chrome and the back buttons take me right back to where I was in the topic list page. The swiping left and right to go back and forward respectively (like what Robert mentioned above) also works. hub app also has back and forward buttons and swiping.
sorry for not giving the full context: my discourse community is embedded in our mobile app…maybe that’s why there’s no back button and the swiping doesn’t work?
Rather unnecessary too (at least on Android) as it has excellent support for PWAs natively (one of the reasons I switched from Apple and their dragging feet)
It helped yes! There’s just one detail that maybe you know how to fix.
The back button disappears when you scroll down (please see attached video)…is it possible to have the back button fixed/floating at the top of the screen so that it remains visible even when scrolling?