The script element to load external (local) javascript works properly on Anki (desktop) but fails on AnkiMobile (iOS), as follows:
<script src="_script.js" type="text/javascript"></script>
What exactly is causing this issue? Is there a some kind of limitation on the iOS side? Am I missing something?
I do not have a problem of this code not working. I could copy and paste the same functions across various card templates, but it would be nice to be able to share functions via single file. More than anything, I just want to know what is causing this particular issue. Thanks in advance.