|
There are a few issues in the HybridUI tutorial
Source code examples in the tutorial are not up do date:
src/main/webapp/mobileapp.html - At the end of line 6, the file contains "user-scalable=no", not "user-scalable=0" used in the tutorial.
src/main/webapp/config.xml - Root XML element in the tutorial is cordova, but in the file it is widget.
src/main/webapp/resources/js/libs/hybrid.js - iOS statusbar configuration is missing.
In Feedback section, links are shown in plain Markdown, not rendered to HTML.
|