While designing an application heavy on image usage I ran into issues with Mobile Safari simply crashing and dumping all memory. At first, I did not understand what caused this behavior since I was doing many different things in my application. This seemed to come out of nowhere. I would mostly get these bug reports […]
Archives for April 2012
Using iframes with mobile safari
April 29, 2012 by 1 Comment
If you wish to use iframes on a website or application that should be accessible by users on mobile safari you should be aware that you cannot constrain the width and height of the iframe on your side. If the content that is loaded within the iframe is higher or wider than what you intended, […]