ios - UIwebview + HTML with embedded video releasing only part of the memory -


in app have uiwebview behaving quite in regards of memory management.

when open video embedded website (this,specifically: http://bit.ly/1jt0ose) - memory consumption goes 300 mb. dont have influence on contents being shown.

when webview (arc) closed again, part of seems removed memory.

if stop close webview before video played, im able recover large part of memory - longer plays, worse gets.

i tried tricks , tips floating around so, re caching didnt far yet.

am missing fundamental here?

i'm not don't sure maybe need release webview or load empty html string?

[webview loadhtmlstring:@"<html><head></head><body></body></html>" baseurl:nil]; 

see this theme


Comments

Popular posts from this blog

php - regexp cyrillic filename not matches -

c# - OpenXML hanging while writing elements -

sql - Select Query has unexpected multiple records (MS Access) -