-
Notifications
You must be signed in to change notification settings - Fork 26
Description
When using the app from a saved webclip (iOS, don't know about Android) the application resets its state every time you re-enter it. It acts kind of counter what people are used to with iOS apps (and web pages loaded via safari) suspending and returning to the state that you left them.
Meaning, if you click on the source link of an article to read it in safari, when you go back to the app you will not be returned to the article or category you where at but instead back to the main landing page.
What I would propose is upon clicking on each article / label / category that the app saves that link in localStorage so that it can be referenced the next time the app is loaded and transparently direct the user back to the last thing they where on, thus making it feel like a "normal" app.