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
This bug does not occur in the latest version of Anki Desktop
What are the steps to reproduce this bug?
Replace the basic note type's template with the code below.
Add some gestures like tapping the bottom third of the screen to show the answer.
Make a basic note and open its card in the study screen.
Pinch to zoom.
Tap the box.
Tap the bottom of the screen.
Sometimes, the gestures get disabled. Zooming out or using multi-finger gestures twice can re-enable them.
Code
Front template
{{Front}}
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><divclass=box>
The quick brown fox jumps over the lasy dog.
The quick brown fox jumps over the lasy dog.
The quick brown fox jumps over the lasy dog.
The quick brown fox jumps over the lasy dog.
</div>
Checked for duplicates?
Does it also happen in the desktop version?
What are the steps to reproduce this bug?
Sometimes, the gestures get disabled. Zooming out or using multi-finger gestures twice can re-enable them.
Code
Front template
{{Front}} <br><br> <br><br> <br><br><br><br><br><br><br><br><br><br><br> <div class=box> The quick brown fox jumps over the lasy dog. The quick brown fox jumps over the lasy dog. The quick brown fox jumps over the lasy dog. The quick brown fox jumps over the lasy dog. </div>Back template
{{FrontSide}} <hr id=answer> {{Back}}Styling
Screenrecorder-2026-05-15-04-04-08-970.mp4
Expected behaviour
The gestures should not get disabled.
Debug info
(Optional) Anything else you want to share?
I couldn't reproduce this in the old study screen.
Research