动态调整 iBooks HTML 小部件的大小

发布于 2025-01-03 23:45:44 字数 308 浏览 1 评论 0原文

我想为 iBooks 2 创建一个动态小部件,但无法动态调整小部件的大小以匹配纵向或横向模式。我找到了有关调整仪表板小部件大小的Apple文档 但这似乎在 iBooks 中不起作用。 作为替代方案,如果我可以锁定小部件的方向,它会有所帮助。 这个问题有解决办法吗?

I want to create a dynamic widget for iBooks 2, but I can not dynamically resize the widget to match portrait or landscape mode. I found Apples documentation for resizing dashboard widgets but this doesn't seem to work within iBooks.
As an alternative it would help, if I can lock the orientation for the widget.
Is there a solution to this problem?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

狼亦尘 2025-01-10 23:45:44

有一个在仪表板和 iBook 上下文中实例化的小部件对象。然而,尚不清楚它是否包含任何有关方向的信息。

可以为 widget.didEnterWidgetMode 添加监听器,如 github 上的小部件事件演示项目,然后读取您的窗口尺寸。这应该可以告诉您您是纵向还是横向。

There is a widget object that is instantiated in dashboard and iBook contexts. It is not clear, however, if it contains any information about orientation.

It may be possible to add a listener for widget.didEnterWidgetMode, as demonstrated in this widget events demo project on github, and then read your window dimensions. This should tell you whether you are in portrait or landscape.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文