Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
4.0.0
-
None
-
Xcode 7
iPhone 5 iOS8.4 Simulator
iPhone 5 iOS9.0 Simulator
Description
1. Enable viewport scaling using the following config.xml preference:
<preference name="EnableViewportScale" value="true" />
2. Set viewport width to device-width:
<meta name="viewport" content="user-scalable=no, width=device-width, target-densitydpi=device-dpi" />
3. Launch app, and rotate device to trigger rescaling
4. Scale in iOS8 result different than in iOS9
Attachments
Attachments
Issue Links
- relates to
-
CB-8088 Viewport fails to scale after showing keyboard
- Closed