Changes between Initial Version and Version 1 of Ticket #17539, comment 10
- Timestamp:
- Mar 5, 2014, 6:24:38 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17539, comment 10
initial v1 7 7 * test-without-Dojo-issue1.html (with just width=device-width) is OK on all iOS 6.x, and KO on all iOS 7.x devices. Issue specific to iOS 7.x with this viewport meta. 8 8 * test-without-Dojo-issue2.html (with just width=device-width) is OK on all iOS 6.x, and KO on 2 out of 3 iOS 7.x devices... (maybe due to the different screen size). 9 10 In practice, this gives the following workarounds for users of dojox/mobile apps that happen to be hurt: 11 1. If possible, use "add to home screen" (or, possibly, Cordova - but did not have time to test it yet). 12 2. If running iOS 6.x, disable address bar hiding. 13 3. If and only if running iOS 7.x, add height=device-height to the viewport meta tag (note however, that we never did a complete testing campaign with this meta tag, so needs careful testing).