-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] Closet addon nonfunctional in Android versions 9 and below #9311
Comments
Hello! 👋 Thanks for logging this issue. Please remember we are all volunteers here, so some patience may be required before we can get to the issue. Also remember that the fastest way to get resolution on an issue is to propose a change directly, https://github.com/ankidroid/Anki-Android/wiki/Contributing |
It's possibly due to Android version differences, I'll update here as soon as I get the information of these devices. |
Does it work (without the addon) on the latest version of Anki Desktop? |
@david-allison-1, Yes. I'm not sure if you're familiar with closet, but the cards once made should function in all anki versions beyond 2.1.41, without requiring any addons, because the reviewer side of closet works via a javascript file that is included inside the template. ( The actual addon helps in creation of the closet cards. |
I think it is related to Android versions. Evidence:
|
Closet relies on dynamic imports, which was added in #7764. It seems like this only works on Android 10+, so there's really nothing we can do. |
Preface: I'm unsure of the complete extent or cause of the problem
This concerns the the addon Closet.
Cards created using it are supposed to work in AnkiDroid from version 2.15 too, but I'm seeing that it doesn't work in certain devices.
The problem: The clozes and occlusions are not rendered at all, instead the contents of the fields are shown, including the closet notation, like so:
In a functioning card, the contents of the double square brackets should have been replaced by
[...]
in the front of the card.How I test it:
So far, I've tested 6 devices:
I'd appreciate it if people could import the deck and check out the cards on their devices and add to the data.
I've posted an issue in Closet's github too
Tested in: AnkiDroid 2.15.6
The text was updated successfully, but these errors were encountered: