aboutsummaryrefslogtreecommitdiffstats
path: root/www/js/mobile_config.js
Commit message (Collapse)AuthorAgeLines
* update Android to Cordova 3.6Struan Donald2015-08-28-0/+12
| | | | | | | | 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
* instead of using js to inject the correct cordova js file in toStruan Donald2013-07-12-12/+0
| | | | | | | | | | 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
* This is a slightly kludgy way to stop the annoying 1px pre and postStruan Donald2013-06-03-0/+3
| | | | | | | 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
* turn off more unwanted jquery mobile featuresStruan Donald2013-05-28-0/+2
|
* disable jQuery mobile page loading on link clickingStruan Donald2013-02-28-0/+1
|
* disable jquery mobile features that upset routingStruan Donald2013-02-28-0/+2
|
* use slidey transitionsStruan Donald2012-11-30-0/+1
|
* Work in progress converstion to use Jquery mobileStruan Donald2012-10-24-0/+3
Problem submission doesn't work yet and still some look and feel work to be done