shosetsu
shosetsu copied to clipboard
[Bug] [1656] Images missing during Offline Reading
Describe the bug When offline reading a downloaded chapter with an image, the image is missing.
To Reproduce Steps to reproduce the behavior:
- Download a chapter with an image.
- Activate offline mode.
- Clear the cache of Shosetsu.
- Open chapter and see image missing from chapter.
Step 3. likely needed for clearing the image still in the cache.
Expected behavior The image is also available for downloaded chapters in offline mode.
Device information:
- OS: Android 11
- App Version: 1656
Additional context This would require the image to get downloaded with the chapter and therefore also deleted with the chapter.
While this is something that should be implemented, the issue is that it requires an interceptor be added to the WebView which could parse the request for images properly.