| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
|
|
| |
Required due to security issue
Remove Android directory as no longer required, move src -> www to match
standard layout, update .gitignore to avoid including the standard
platform files, update README based on Steve's zurich one
|
|
|
|
|
|
|
|
|
|
| |
index.html restructure things so that the common files are a level down
and the platofrm specific ones are directly placed in the relevant
project. This both makes for less fuss and also avoids the error with
Android < v3 instantiating cordova twice.
Note that the iOS common assets are included by a build script rather
than a symlink as symlinking doesn't seem to agree with Xcode
|
|
|
|
|
|
|
| |
transition jumps caused by screen scrolling on, at least, iOS. Basically
setting this causes defaultHomeScroll to be set to 0 deep within JQM and
hence the scrollPage function in transitions to do nothing. Without this
defaultHomeScroll is set to 1 and scrollPage scrolls the page 1px
|
| |
|
| |
|
| |
|
| |
|
|
Problem submission doesn't work yet and still some
look and feel work to be done
|