You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's currently not possible to view a card and swipe left / right to look at the next card. I would expect it to behave like the card search in this case.
As of now, you appear to have to switch back to the overview, select the next card, always go through the counter pop-up, before finally being able to see the next card text.
The text was updated successfully, but these errors were encountered:
Here's my interpretation. From the main search, if you search for elves, you see a list of elves (ResultListFragment). Then when you tap an elf you see the CardViewFragment and can swipe left and right to see the other elves in the ResultListFragment, because the CardViewFragment is embedded in a CardViewPagerFragment. I think the goal here is to have the deck work the same way so when you view a card directly from the deck builder instead of displaying only the CardViewFragment, it would use a CardViewPagerFragment and have the whole deck contents, swipable.
This wouldn't be too hard. Search for CARD_ID_ARRAY and STARTING_CARD_POSITION and see how lists of cards are passed into the CardViewPagerFragment.
Ohhhh, okay. I get it now. I just did have an idea for a grid-based deck view that I'm working on right now that could make that moot. Although it might still be something to look into.
It's currently not possible to view a card and swipe left / right to look at the next card. I would expect it to behave like the card search in this case.
As of now, you appear to have to switch back to the overview, select the next card, always go through the counter pop-up, before finally being able to see the next card text.
The text was updated successfully, but these errors were encountered: