Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save state to return to last viewed page when in webclip mode. #54

Open
stickystyle opened this issue May 14, 2013 · 1 comment
Open

Comments

@stickystyle
Copy link
Contributor

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.

@mboinet
Copy link
Owner

mboinet commented May 16, 2013

It should be easy and I think it's a good idea: I'll add this to the todo list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants