We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Links change when changing entries and are properly used when sharing or opening in browser
Link at the top doesn't change. However, the shared links are the correct ones.
No response
2.19.4
Android 13, OneUI 5.1
SM-N770F
The issue seems to be in the subtitle field of the NekoScaffold used in WebviewScreen at Line 51:
Neko/app/src/main/java/org/nekomanga/presentation/screens/WebViewScreen.kt
Lines 49 to 56 in 9b56409
state.lastLoadedUrl
This issue might also happen in other SPA websites similar to mangadex. I think I noticed it on MangaPlus links too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce
Expected behavior
Links change when changing entries and are properly used when sharing or opening in browser
Actual behavior
Link at the top doesn't change. However, the shared links are the correct ones.
Crash logs
No response
Neko version
2.19.4
Android version
Android 13, OneUI 5.1
Device
SM-N770F
Other details
The issue seems to be in the subtitle field of the NekoScaffold used in WebviewScreen at Line 51:
Neko/app/src/main/java/org/nekomanga/presentation/screens/WebViewScreen.kt
Lines 49 to 56 in 9b56409
which isn't using the
state.lastLoadedUrl
unlike in other portions of the code (like Open in Browser, Share)This issue might also happen in other SPA websites similar to mangadex. I think I noticed it on MangaPlus links too.
Acknowledgements
The text was updated successfully, but these errors were encountered: