badlydrawnrob / anki

Learn to code with Anki — flashcards and themes for all learning levels. Master your programming language of choice!
MIT License
719 stars 61 forks source link

AnkiMobile (iOS) won't let me swipe left to see my code! #118

Closed badlydrawnrob closed 2 months ago

badlydrawnrob commented 7 months ago

code block with horizontal scroll is not working! If you suffer from this problem, there's three options:

  1. Modify the code block wrapper to pre-wrap[^1]
  2. View the card in widescreen (flip the phone on it's side)
  3. Disable the AnkiMobile swipe gestures in preferences->review->swipes

See the issue here

[^1]: This is the version that Stackoverflow uses

badlydrawnrob commented 7 months ago

nowrap vs pre-wrap ... or something else?

Screenshot 2024-01-21 at 14 19 34 Screenshot 2024-01-21 at 14 20 25

break-spaces

Screenshot 2024-01-21 at 14 22 33

Stackoverflow

Screenshot 2024-01-21 at 14 30 10
badlydrawnrob commented 2 months ago

This is solved. Not ideally, but solved.