RepoStumble
RepoStumble copied to clipboard
Web page viewer is not destroyed!
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.
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.