Hey everyone, I'm facing an issue with coding a responsive website and I was hoping someone here could help me out:
Whenever I view the website on an iPad and rotate the screen, it doesn't automatically reset the zoom. This results in the page being zoomed in when viewed vertically, requiring a page reload or manual zoom-out to see the complete design. Is there a way to force a reset on the zoom or trigger a reload when users rotate the screen? I would prefer a CSS solution since the problem only occurs on iPad devices and I can target them using the .css file.
I've come across similar questions before, but none of the solutions were applicable to my situation. I don't want to disable zoom functionality; I just want to ensure that the zoom is reset when the screen is rotated.
Thanks in advance!
Lasse