features item #3315724, was opened at 2011-06-13 15:31
Message generated for change (Comment added) made by ndegendogo
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1126389&aid=3315724&group_id=250155
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: karatasi.iphone
Group: future
Status: Open
Priority: 5
Private: No
Submitted By: Christa Runge (ndegendogo)
Assigned to: Nobody/Anonymous (nobody)
Summary: Direct navigation from card to card in Card Details View
Initial Comment:
The following feature was requested by our user Sidney Finehirsh, see his email (3. Juni 2011):
"If I were to vote on my most desired feature, it would be moving from card to card in "Detail View." [...] In the current release, to see the next card in the sort sequence (in my case: card #14-0940.0), you have to go back to the card list and choose the next card. Being able to move to the next card with a swipe would be trs cool and very, very useful.
Question: Can you pick up the direction and orientation of the swipe? If you can, it would be even cooler, to use a vertical swipe down to move to the next card, a vertical swipe up to move to the previous card, a horizontal swipe to the right to move to the question from the answer display, and a horizontal swipe left to move from the answer to the question display. Also, you might be able to buy back some card geography since you could dispense with the ? and ! buttons.
Anyway thats just an additional thought. But moving up and down in the card list when in the detail card display (with a swipe) would be really helpful."
----------------------------------------------------------------------
>Comment By: Christa Runge (ndegendogo)
Date: 2011-06-13 15:51
Message:
In the current implementation of Question and Answer, the WebView (which
displays the HTML), captures *all* gestures and uses them for scrolling
horizontally and vertically.
In the Card Edit View, only the vertical gesture is used for scrolling;
the horizontal gestures should be available.
Some ideas:
- in Question / Answer, use the space of the grey frame only for this
feature (should be enough for a horizontal swipe, but not vertical)
- in Question / Answer, try to capture *all* gestures before the WebView
(though, we would loose the scrolling then)
- in Question / Answer, try to capture horizontal gestures from the
WebView (keep vertical scrolling feature; use horizontal swipe for this
feature).
- in the Card Edit View we can try to capture the horizontal gestures and
use them for this feature.
Context for "next / previous card" ?
- when we come from the alphabetical card list (category) => it should be
the next / previous card in this category.
- when we come from a list of matches after Full Text Search => it should
be the next / previous match.
- when we come from Test or Drill => ??
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=1126389&aid=3315724&group_id=250155
|