Open aaronkollasch opened 2 years ago
Those are all well known behaviors and most are due to the fact that we use a web view to render the article. For example the initial lag to enlarge an image is because we have to pass it from the web view to the main application so that it can be zoomed in on. When we can't enlarge an image it is often due to limits in Javascript's handling of images that we try to work around, but aren't 100% effective at.
To resolve these issues would mean architecting an image fetching and caching system that would be shared between the web view and the rest of the application. This is a non-trivial amount of work.
NetNewsWire as an RSS reader is primarily geared toward reading articles. It isn't an image viewer application. We want to make all aspects of NetNewsWire the best it can be, but because this is a volunteer effort, we have to use our time wisely. I'm sure we'll get to this someday, but I hope you understand why it isn't at the top of our priority list.
Thanks, that's understandable that this isn't the highest priority.
I just tried the iOS app out, and there are some small issues in tap-image-to-preview that make it feel less responsive than the rest of the app (which is excellent).
I'm on NNW 6.0.2 (build 610) and iOS 15.1. Has anyone else experienced any of these?