we are trying to update the image src with base64 string using data URIs on our webpage every second with Java Script.
Java Script(AJAX) gets the latest image from webserver.
But all mobile browsers crashing after 5-10 mins. crash dump says, browser is crashing because of low memory.
is there any way to cleanup the memory programatically.
thanks in Advance.
Regards, Kartheek