I'm using UIWebView
as a wrapper around my html5 application. Application implements a lot of video streaming - and is medium size (JS code).
When I actively use it I receive 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 to respond. Meantime it works great in Safari browser on the same device.
Is there any known memory leak issue or better workaround that I can apply?