Hi, I noticed a discrepancy in behaviour between native decker and exported HTML decker and was wondering if anyone knew why.
Basically wanted a looping sound to play “on view” of the very first card in the deck:
on view do
play[“sound1””loop”]
end
In native decker, this seems to work. I believe I also got it to work in web decker directly. But I am finding in a web decker protected export from native, it only plays the sound once (and weirdly, after clicking into the deck). However, if you do it as a second card you view through some other trigger, the same code works in web / native.
Are there a special considerations for doing “view” actions on the very first card?
Many thanks in advance if anyone knows…