-
Notifications
You must be signed in to change notification settings - Fork 257
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
navigate between articles #122
Comments
This may be tricky since content is displayed in a webview. |
Why do we use webview? |
Hmm, it's quite the best option we have to display stylised text. Allows also YouTube videos to be read. |
Can you have a look to the Reflets.info app ? Is that possible to implement this way of view and swipe ? |
The app uses a couple of predefined views (title, date, author, etc.) and generates main content view via Html.fromHtml. I believe WebView is more suitable currently. If I understand correctly, "swipe" is already implemented (more or less). |
Yes, swipe is already implemented, but it's not very convenient to use. |
Sorry to duplicate issues (#134), but this one leads me into wrong direction :) |
When I'm reading an article, I want to swipe to read the next article.
The text was updated successfully, but these errors were encountered: