Right. But that’s not a bug, the template just follows the original Memrise behavior in this regard. If you want to change it, you can find the following part in the styling tab of your template and modify it accordingly:
@media (min-width: 33.25rem) {
.card-content.front {
grid-template-rows: 3.81rem;
}
.card-content {
padding-top: 2rem;
}
}
the mid-width parameter defines the minimum width of a card required for the extra field to be displayed. Changing the number to something smaller will make it to be shown on narrower screens.
Also correct. This one wasn’t possible to fix in the previous template version because of an AnkiDroid bug. The next version I am working on right now will use a completely different typing system, which should make it platform-independent. Apart from fixing the aforementioned issue, it is supposed to become usable on iphones and also enable the creation of multiple-choice cards with image options.