动态调整 iBooks HTML 小部件的大小
我想为 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有一个在仪表板和 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.