HTML page showing blank in iOS6 Safari
- by K10
I have a HTML page which is showing blank after it loads completely.
Here is the scenario,
The page is build with a set of using 3 frames.
There are various javascript's which push content into the site.
Also, there is a timeout function, which checks if the user has not responded for 3 minutes, it logs out the session.
The issue is, when I load this page whole page along with the content gets loaded, but after a fraction of seconds the page goes blank!
This issue is only with iOS6 Safari on iPad.
Can anyone help me out in figuring out the issue?
Thanks in advance.