newtonandebe / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 0 forks source link

going back to a screen with multiple items hides application icon #118

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if you swipe backwards to views with multiple prompts, the application header 
sometimes disappears. you can see this in the medinfo reach demo xml.

Original issue reported on code.google.com by yanokwa on 5 Sep 2010 at 1:17

GoogleCodeExporter commented 9 years ago
The title is still there.  However, when moving backward through the screens, 
focus is set to the last question in the screen, which can cause the screen to 
scroll upward, especially if it is a text field that causes the on-screen 
keyboard to display.

The scroll window should be changed to begin after the title line and after the 
group caption chain (which is currently displayed at the individual question 
level and should only be displayed once per folio).  This would change 
AbstractFolioView to extend LinearView rather than ScrollView.  

I think the overall problem, however, is that scrolling, when it occurs, is not 
well-indicated on the screen.

Original comment by mitchellsundt@gmail.com on 7 Sep 2010 at 12:06

GoogleCodeExporter commented 9 years ago
to be clear, the view that is is disappearing is the "ODK Collect > Form Title".

Original comment by yanokwa on 7 Sep 2010 at 2:23

GoogleCodeExporter commented 9 years ago
Unable to reproduce in the current 1.1.6 tip.

Original comment by mitchellsundt@gmail.com on 25 Feb 2011 at 12:31