Cloze cards not working on ankidroid

I am using a shared deck from AnkiHub, with no issues on the computer versions of Anki (on both windows + mac ios)

However, on my ankidroid app, the cloze cards do not appear to function properly. The initial question card (Front) appears correct with the appropriate fields […] but when I flip the card only the “Extra” field of the card shows up on the Back. I.e., none of the actual cloze contents are shown on the back.

Again, no issues on the computer apps or the actual ankiweb website.

Thank you!

Thank you for reaching out! Our moderators have been notified and will assist you shortly. In the meantime, you can get an instant response from me simply by @ mentioning my username`. Alternatively, start a private conversation with me (see screenshot below). If you ask me a question, I will do my best to respond using only verified information found in the official AnkiHub docs and the Anki manual.

You can also find answers to common questions in our FAQ and Docs.

Thinking

Search
Found 0 results for ‘tags:official cloze ankidroid extra field back not showing category::person_raising_hand: Support order:latest max_posts:10 status:open’

This is almost always a card template / AnkiDroid compatibility issue, not a problem with the deck itself.

On desktop, Anki can be more forgiving with templates and add-ons, while AnkiDroid only uses the plain HTML/CSS in the card templates. If the cloze text is missing on the back but the Extra field shows, it means the back template on your cloze note type is not outputting the cloze content in a way AnkiDroid can render.

Please try these steps:


1. Confirm the note type on desktop

On your computer (where it works fine):

  1. Open Anki.
  2. Find one of the problematic cards.
  3. Click Cards… (from the Add window or the Browser → right-click → “Cards…”).
  4. Check what Note type it is (e.g. “Cloze”, “Custom Cloze”, etc).

If it’s a custom AnkiHub note type (e.g. “AnKingOverhaul Cloze” or similar), the template may use JS or special styling that AnkiDroid can’t interpret.


2. Compare the front and back templates

Still in Cards… on desktop, look at:

  • Front Template – this is working (you see [...] on AnkiDroid).
  • Back Template – likely only showing {{Extra}} or missing the cloze field.

For a standard cloze, the back template usually includes something like:

{{cloze:Text}}

<hr id=answer>

{{Extra}}

If your Back Template does not contain {{cloze:...}} (or equivalent), or it’s wrapped in something very complex/JS-heavy, that explains why AnkiDroid only shows Extra.


3. Try using a standard-compatible back template

As a test:

  1. On desktop, duplicate the note type (so you don’t break the shared AnkiHub note type):

    • Tools → Manage Note Types → select the note type → Clone.
  2. On the cloned note type, set the Back Template to something simple like:

    {{cloze:Text}}
    
    {{#Extra}}
    <hr id=answer>
    {{Extra}}
    {{/Extra}}
    
  3. Change one or two test notes to this cloned note type (Browser → select a note → Notes → Change Note Type).

  4. Sync Anki → AnkiWeb → AnkiDroid.

  5. Test on AnkiDroid whether the cloze text now appears on the back.

If this works, you’ve confirmed it’s a template compatibility issue.


4. Check AnkiDroid + AnkiHub versions & settings

Also verify:

  • AnkiDroid is up to date (Play Store → update).
  • AnkiHub add-on isn’t relying on a desktop-only add-on for rendering (some advanced styling can’t carry to mobile).
  • You have synced fully: on desktop, Sync, then on AnkiDroid, Sync and make sure there are no errors.

5. Share screenshots / template if you’d like help fixing it

If it’s still not working, please reply in that topic with:

  • A screenshot of the Back Template of the cloze note type (from Anki desktop).
  • The exact name of the AnkiHub deck you’re using.
  • A screenshot of how the card looks on AnkiDroid (front and back).

With that, we can check whether your deck uses a known AnkiHub/AnKing cloze type and point you to the recommended, AnkiDroid-safe template (or an existing guide here on AnkiHub Community).

Hello,

Is this for the AnKore deck? This is a note type issue, rather than an issue with Anki or AnkiHub.

Unfortunately, because this is not an official AnkiHub deck, there isn’t much I can do to help. The best course of action would be to contact the deck owner directly.

Other users have reported similar issues, and they where discussing a possible solution here: AnKore cards not displaying answers on iOS after update - #2 by radiopaque. They mention that the deck owner has provided a temporary solution.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.