iOS 7 Hotfixes
Workarounds for severe issues in iOS7 web apps
This GWT module has workarounds for buggy iOS7 home screen web apps. The add-on is primarily targeted for various versions of TouchKit (should work on all relevant versions), but may well work for other mobile GWT apps.
The initial version contains workaround for viewport issues (that causes multiple different bugs) and missing "window.alert()".
Note, the "Code Maturity" in this add-on uses the new fruit company standards :-)
Links
Compatibility
Was this helpful? Need more help?
Leave a comment or a question below. You can also join
the chat on Discord or
ask questions on StackOverflow.
Version
Improved compatibility with older GWT versions.
- Released
- 2014-01-20
- Maturity
- STABLE
- License
- Apache License 2.0
Compatibility
- Framework
- Vaadin 6.0+
- Vaadin 7.0+
- Browser
- iOS Browser
iOS 7 Hotfixes - Vaadin Add-on Directory
Workarounds for severe issues in iOS7 web appsSource Code and more throughout explanation
iOS 7 Hotfixes version 1.0.0
null
iOS 7 Hotfixes version 2.0.0
Viewport fix now better on iPads
iOS 7 Hotfixes version 3.0.0
Better viewport workaround
iOS 7 Hotfixes version 4.0.0
viewport settings are now less prone to fail on iPhone when app is started in landscape mode
iOS 7 Hotfixes version 4.0.1
Renamed GWT module so that it is compatible with Vaadin widget set updater "logic". Now there should no more appear duplicates to Vaadin widgetsets. Note, that the old module (without 'Widgetset') must be manually removed from your .gwt.xml file.
iOS 7 Hotfixes version 5.0.0
Alert,Prompt and Confirm are fixed in 7.0.3, those are now polyfilled only for broken version.
iOS 7 Hotfixes version 6.0.0
Added (Vaadin specific) workaround for bad height in iOS7-iPad-Safari.
iOS 7 Hotfixes version 6.0.1
better selector for iPad-safari-horizontal viewport issue
iOS 7 Hotfixes version 6.0.2
Improved compatibility with older GWT versions.