iphone - UIwebview receive memory warnings and crash -


hi loading webpage within app , every time open webpage

my app crashes after receives 2 memory warnings(didreceivememorywarning) of level 1 , last on randomly level 1

and level 2 , app receive signal 0 , app crashes on spot. can't load single webpage

you're running out of memory. either web page (and included images , such) huge, or page contains javascript allocating memory, or else in app using memory , web page straw breaking camel's back.


Comments