I have create a simple app using pyodide to export Anki deck from csv, tsv or text file. It is working fine on desktop and android. But the page failed to load on iOS. What is the reason and how can I solve this?
Links to my webpage containing pyodide.
https://infinyte7.github.io/Anki-Export-Deck-tkinter/
Source code of the webpage
https://github.com/infinyte7/Anki-Export-Deck-tkinter/tree/master/docs
Thanks