RepoStumble icon indicating copy to clipboard operation
RepoStumble copied to clipboard

Web page viewer is not destroyed!

Open josephknight opened this issue 9 years ago • 1 comments

When following repo links and browsing their webpage you can verify that the page is not destroyed upon going back to the repo by playing a video, hitting the back button, and being forced to listen to it indefinitely. Home-button-Leaving and returning to the app does not turn off the video nor destroy the hidden webpage. You must force quit the app.

Quite inefficient for memory and processing power on mobile devices. Not to mention how annoying it is to frustratingly not be able to stop audio from playing in the background.

Great app by the way. This concept has truly improved my projects. Good luck.

josephknight avatar May 10 '16 13:05 josephknight

Interesting. That's an excellent find. I can definitely fix that. In addition, iOS 9 actually allows access to the UIWebView's lighter weight, faster cousin, WKWebView, which should also speed up view loads as well as keep memory to a minimum. I'll push out a new release ASAP.

thedillonb avatar May 12 '16 02:05 thedillonb