Hi,
Does AnkiMobile keep the window
object when flipping from front to back (like Anki Desktop) or does it destroy the window
object as well (like AnkiDroid)? I am asking as I need to persist a variable from the front to the back (so on Anki Desktop I can store it on the window
object but on AnkiDroid I need to store it using sessionStorage
).
Thanks