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
After testing this on various iphone I came to know that it is not working for iOS 11 & 12. I getting following errors
iOS 11
[native code]:1 Unhandled Promise Rejection: Error: Out of executable memory in function at index 14480
iOS 12
pyodide.asm.js:8 Unhandled Promise Rejection: RangeError: Maximum call stack size exceeded.
But for iOS 13 & 14 it seems to be working.