【问题标题】:Interaction in epub and iBooksepub 和 iBooks 中的交互
【发布时间】: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


    【解决方案1】:

    我很确定 html &lt;input type="text" /&gt; 在 iBooks 中运行良好,至少在我所说的“弹出”页面中。它只是您在 OPF Spine 部分中定义为 linear="no" 的页面。然后,当您单击指向此“弹出窗口”的链接时,“弹出窗口”将...弹出?是的!...

    无论如何,“弹出窗口”的设计和功能与其他标准 EPUB 页面的经典“流式布局”不同,所以也许这就是它可以在那里工作的原因。

    【讨论】:

      猜你喜欢
      • 2011-09-09
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2021-08-26
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多