Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.5.0
-
None
Description
1. Enable viewport scaling using the following config.xml preference:
<preference name="EnableViewportScale" value="true" />
2. Set viewport width to device-width. Here's my viewport:
<meta name="viewport" content="user-scalable=no, width=device-width, height=device-height, target-densitydpi=device-dpi" />
3. Launch app, and rotate device to trigger rescaling. Works.
4. Focus on an input to show the keyboard. Hide the keyboard.
5. Rotate device to trigger rescaling. Doesn't rescale.
Attachments
Issue Links
- is related to
-
CB-9684 Viewport inconsistency between iOS8 and iOS9
- Open