How to avoid page zooming after changing rotation from Portrait to landscape? The problem appears on Mobile Android devices if content is larger then device width (I could not limit or scale image, scroll should appear).
Content of viewport meta tag is set as "width=device-width, initial-scale=1.0".
Is any way to fix this problem besides using "user-scalable=no or maximum/minimum-scale=1"?