-
-
Notifications
You must be signed in to change notification settings - Fork 462
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
Display Navigation History #3042
Comments
For both #398 and this. I think we need a backstack manager for both of these issues right? |
@rishujam We can not just rely on the webview history? |
I guess webView history will not be enough we cannot determine which URLs will come in the back and which in the forward. If it is possible please help me a little |
@kelson42 , I want to clear some points.
|
I don't understand what you mean. IMO it should popup when long clicking on history back/forward buttons
For the moment I would like that we only deal with the html rendering history. There should be a function already available to clean it. We should not store the history ourself.
yes |
Kiwix has a "back" menu option which is a type of history, but when you're researching a subject, jumping between several articles, it can be difficult
to refer back to article#3 and then article#7 and then article#4 just by the
"back" and "forward" menu options.
It would be great to have some kind of simple history viewer by implementing contextual menus on back and forward buttons. By long clicking on them you would get a list of the last/further 4-5 visited pages. This list should be scrollable to allow to store the whole visit history if necessary.
In the preference panel, an option should allow to clear the history.
From https://sourceforge.net/p/kiwix/feature-requests/679/
The text was updated successfully, but these errors were encountered: