【发布时间】:2014-07-03 07:18:09
【问题描述】:
我有一个带有 html 输入的简单 epub,如下所示:
<p> Input - type tel:
<input type="tel" value="20"/>
</p>
<p> Input - type text:
<input type="text" value="hola"/>
</p>
在 iOS 和 Mac 版 iBooks 中,这两个输入都被禁用。在Looking for ibooks html input alternative 中,我们可以找到在 iOS 中启用 html 输入的技巧,但在 Mac 中则不行。
您知道在 iBooks for Mac 中启用与 html 输入交互的简单方法吗?
【问题讨论】:
标签: html ios macos epub ibooks