Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Remove the phonegap directory | Edmund von der Burg | 2014-03-12 | -3341/+0 |
| | ||||
* | Merge branch 'phonegap-better-password' | Struan Donald | 2012-10-23 | -1/+4 |
|\ | ||||
| * | change sign in/sign out to be an account page | Struan Donald | 2012-10-19 | -1/+4 |
| | | | | | | | | only use one page for sign in/sign out | |||
* | | A fix for the (bizarre) text entry problems on Android | Mark Longair | 2012-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 pagey | Struan Donald | 2012-06-14 | -0/+9 |
| | ||||
* | make locate automatically link/button more prominent | Struan Donald | 2012-06-12 | -0/+19 |
| | ||||
* | Add in busy spinners | Struan Donald | 2012-06-11 | -0/+42 |
| | ||||
* | mobile-nav-banner should be fixed and not mobile-map-banner as that breaks ↵ | Struan Donald | 2012-06-07 | -4/+1 |
| | | | | around page | |||
* | inital pass at sign in/sign out functionality | Struan Donald | 2012-06-01 | -1/+26 |
| | ||||
* | make non postcode locations work | Struan Donald | 2012-05-28 | -0/+10 |
| | ||||
* | prevent scrolling on front page on iPhone to make it a bit more app like | Struan Donald | 2012-05-28 | -2/+19 |
| | ||||
* | add in mobile nav banners and info button where required | Struan Donald | 2012-05-25 | -0/+18 |
| | | | | remove redundant includes and header content | |||
* | remove some redundant content from front page | Struan Donald | 2012-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 version | Struan Donald | 2012-05-24 | -193/+211 |
| | ||||
* | rough initial code for iPhone phonegap app | Struan Donald | 2012-03-12 | -0/+3142 |