zjosua/anki-mc

Implement Suggestion: How To make it AnkiMobile compatible (easy fix)

Ambriel opened this issue · 0 comments

To make this plugin work in AnkiMobile, please implement the following

In the Front Template, change:
<table style="border: 1px solid black" id="qtable"></table>

To

<div class="tappable">
    <table style="border: 1px solid black" id="qtable"></table>
</div>

As specified in the AnkiMobile documentation

** edit: in addition, users with this modification are not required to alter any tap settings within the application.