I have a simple epub with html inputs like this:
<p> Input - type tel:
<input type="tel" value="20"/>
</p>
<p> Input - type text:
<input type="text" value="hola"/>
</p>
Both inputs are disabled in iBooks for iOS and Mac. In Looking for ibooks html input alternative, we can find a trick to enable the html inputs in iOS, but it is not ok in Mac.
Do you know an easy way to enable the interaction with html inputs in iBooks for Mac?