aboutsummaryrefslogtreecommitdiffstats
path: root/phonegap/www/css
Commit message (Collapse)AuthorAgeLines
* Remove the phonegap directoryEdmund von der Burg2014-03-12-3341/+0
|
* Merge branch 'phonegap-better-password'Struan Donald2012-10-23-1/+4
|\
| * change sign in/sign out to be an account pageStruan Donald2012-10-19-1/+4
| | | | | | | | only use one page for sign in/sign out
* | A fix for the (bizarre) text entry problems on AndroidMark Longair2012-10-18-1/+0
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a really very strange problem. When testing the application on an Android 2.3.5 device, there were two problems with the <input type="text"> box on the front page: * The left and right arrow keys wouldn't move within the text of the box - instead they would switch the focus highlight to another element. * Holding down the letter key to get a number (e.g. 'w' to get a '2') would end up with 'w2' being entered rather than just '2'. I couldn't reproduce this in a newly created project, so by introducing more and more of the code from the FixMyStreet phonegap app into that project isolated the problem to the CSS for an unrelated element. In short, the text input boxes will work correctly after removing 'position: fixed' from the mobile-info class. That class is only ever used in: <div class="mobile-info"> <a href="about.html">i</a> </div> Why this could possibly cause the problem above, I can't guess. However, removing it makes the Android application usable again, and we are shortly going to redesign the application in any case, so the sub-optimal position of the 'i' button is something we can live with.
* tweak buttons to look a bit less web pageyStruan Donald2012-06-14-0/+9
|
* make locate automatically link/button more prominentStruan Donald2012-06-12-0/+19
|
* Add in busy spinnersStruan Donald2012-06-11-0/+42
|
* mobile-nav-banner should be fixed and not mobile-map-banner as that breaks ↵Struan Donald2012-06-07-4/+1
| | | | around page
* inital pass at sign in/sign out functionalityStruan Donald2012-06-01-1/+26
|
* make non postcode locations workStruan Donald2012-05-28-0/+10
|
* prevent scrolling on front page on iPhone to make it a bit more app likeStruan Donald2012-05-28-2/+19
|
* add in mobile nav banners and info button where requiredStruan Donald2012-05-25-0/+18
| | | | remove redundant includes and header content
* remove some redundant content from front pageStruan Donald2012-05-24-0/+42
| | | | add in an about back and an initial stab at some nav
* bring CSS and JS up to date with web versionStruan Donald2012-05-24-193/+211
|
* rough initial code for iPhone phonegap appStruan Donald2012-03-12-0/+3142