NativeControls 和设备方向
我在我的 PhoneGap iOS 应用程序中使用 NativeControls 插件和本机页脚栏。
当我旋转iPhone时,页脚栏也会旋转,但它只显示一个黑色栏,没有任何图标......当我移动到另一个页面时,整个界面完全损坏,我需要重新启动应用程序。
有谁知道如何解决它?也许 NativeControls 插件与横向不兼容?
I'm using the NativeControls plugin and a native footerbar in my PhoneGap iOS app.
When I rotate my iPhone, the footerbar also rotates but it only shows a black bar without any icon... And when I move to another page, the whole interface is completely broken and I need to restart the app.
Does anyone know how to solve it? Maybe the NativeControls plugin is not compatible with landscape orientation?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
对设备旋转的支持从未真正实现。
步骤如下:
1) 添加方向侦听器:
2) 添加方向发生变化时调用的函数:
3) 在实际插件 (.m) 中添加方法:
4) 确保orientationChanged 事件由网页视图。 MainViewcontroller.m 内部
Support for device rotation was never really implemented.
Here are the steps:
1) add the orientation listener:
2) add the function called when there is an orientation change:
3) add the method in the actual plugin (.m):
4) make sure the orientationChanged event is fired by the webview. Inside MainViewcontroller.m