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
What are the steps to reproduce this bug?
Upgrade AnkiDroid to version 2.18.0.
Create or open an Anki card that uses custom JavaScript, specifically wavesurfer.js for audio navigation and waveform display.
Attempt to use the audio navigation and waveform display functionality.
Expected behaviour
expected to show me waveform, but waveform is missing.
Actual behaviour
The custom JavaScript does not work, and the audio navigation and waveform display functionality is not operational on AnkiDroid version 2.18.0. This issue does not occur on AnkiMobile on iOS or Anki on Windows 11.
Debug info
Ankidroid 2.18.0
(Optional) Anything else you want to share?
No response
Research
I am reporting a bug specific to AnkiDroid (Android app)
I have checked the manual and the FAQ and could not find a solution to my issue
(Optional) I have confirmed the issue is not resolved in the latest alpha release (instructions)
The text was updated successfully, but these errors were encountered:
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
here is apkg file and js file. please refer to the card that says "In middle school, 74% of the girls express science, technology as part of their interests," on the back.
2.17 used a different way to load files, but after noticing that it was considerably slower, we reverted back to the approach of 2.16.
That approach isn't compatible with Javascript's fetch API, and it's either that or loading media several times slower. It can be easily replaced with XMLHttpRequest, so that's what I suggest
@BrayanDSO
your javascript file does not work for both ankimobile (ios) and anki on ubuntu linux. are you sure about this? can you please check it again?
Checked for duplicates?
Does it also happen in the desktop version?
What are the steps to reproduce this bug?
Expected behaviour
expected to show me waveform, but waveform is missing.
Actual behaviour
The custom JavaScript does not work, and the audio navigation and waveform display functionality is not operational on AnkiDroid version 2.18.0. This issue does not occur on AnkiMobile on iOS or Anki on Windows 11.
Debug info
(Optional) Anything else you want to share?
No response
Research
The text was updated successfully, but these errors were encountered: