I also do this in one of my note types. With the below code, it’ll also work on AnkiDroid:
<script>
try {
// AnkiDroid
showAnswer();
} catch {
// Desktop
pycmd("ans");
}
</script>
I also do this in one of my note types. With the below code, it’ll also work on AnkiDroid:
<script>
try {
// AnkiDroid
showAnswer();
} catch {
// Desktop
pycmd("ans");
}
</script>