iOS UIWebView Handle window.open/window.close PopUp Page
I had a unique problem today – if a page opens a new ‘window’ in a UIWebView and then calls window.close to close it,… Read More »iOS UIWebView Handle window.open/window.close PopUp Page
I had a unique problem today – if a page opens a new ‘window’ in a UIWebView and then calls window.close to close it,… Read More »iOS UIWebView Handle window.open/window.close PopUp Page
Sometimes it’s necessary to restart an app, but if you just run it again, it may still be in memory.
To remove it from executing/running memory, follow these steps…
Read More »Removing an App from Multi-Task Memory