Last modified: 2012-04-19 16:05:28 UTC
iOS 5.0.1, iPad first-gen Current master (a0aa8ab7f076ac23c8be58dc4d94a3a1fa57ff80) No show/hide buttons are visible next to section headings; clicking on the headings has no effect. No apparent way to expand sections.
Seems to have resolved itself. Worrying somehow. :P
Probably caching related!
Still happening when I launch the app directly... also happens on my iPod Touch, also iOS 5.0.1.
Apparently some of the front-end code has changed and the build process has (temporarily? permanently?) changed to require running: make remotes to fetch additional front-end code before building the rest of the app. With this done, the buttons work again. This seems a fragile extra step for now...
Happens on Android as well, not iOS-specific.
Ok, I added make remotes in build.xml, have a look here https://github.com/wikimedia/WikipediaMobile/pull/184
Fixed by making MobileFrontend a git submodule.