I am using UIWebView
as a wrapper around an html5 application. The application implements a lot of streaming video - and is an average size (JS-code).
When I use it actively, I get a lot of errors:
Jul 31 13:21:34 iPad mobile_house_arrest[483] <Error>: Max open files: 78 Jul 31 13:21:34 iPad mobile_house_arrest[485] <Error>: Max open files: 78 ... Jul 31 13:21:35 iPad mobile_house_arrest[505] <Error>: Max open files: 78
in the deviceβs console - and it stops responding. In the meantime, it works fine in the Safari browser on the same device.
Is there a known memory leak problem or a more efficient workaround that I can apply?
source share