Topic: Returning from Full Screen Mode [SOLVED]

Hi

On the mobile device only, I am having an issue that occurs ONLY AFTER one closes the full screen mode, where the layout gets whacked a little and the FIXED item at the top thinks there is lowered top. See link. Anyone have this issue before and if so what was the fix?

http://davidfrenchsculptor.com/issues.html

Thanks in advance.

Teejay

Re: Returning from Full Screen Mode [SOLVED]

Try fixing the HTML errors on your web page to see if this makes a difference.
You can check the code on your web page with the W3C Markup Validation Service and then fix the errors reported. This may help.

Incidentally, I do not see this issue on an iPod Touch running iOS 6.1.6 so it may be related to iOS 7.
Do you see the problem in other mobile browsers such as Chrome on your device?

Re: Returning from Full Screen Mode [SOLVED]

I will look for errors, but it is only occurring on the iPhone using the 7.

Re: Returning from Full Screen Mode [SOLVED]

It certainly seems to occur only in Mobile Safari in iOS 7. (It does not occur in Mobile Safari or Chrome on my own device running iOS 6.)
Have you checked to see if the problem occurs in Chrome on your iPhone?
Try fixing the errors on your web page and then see if the problem still occurs in Mobile Safari and/or Chrome on your iPhone.

Re: Returning from Full Screen Mode [SOLVED]

Hi

This was occurring because I needed to set the Juice Box Gallery to 100% in width and 75% in height to accommodate the design. So, my fix was to reset the height in my CSS @media only screen and (max-width: "sizes"px) back to 100%, letting the layout work on the larger screens while letting the full-screen mode work and return correctly.

Thanks for your help, keep up the good work. Having someone to bounce ideas of is great!

Re: Returning from Full Screen Mode [SOLVED]

I'm glad that you have been able to resolve your problem.
Thank you for posting back to let me know.