标签: javascript html ipad cordova
我需要使用Phonegap更改iPAd应用的方向。 为此,我使用了以下方式
document.addEventListener(“orientationChanged”, orientationChangedHandler);
但是,如果我添加上述链接,我的应用程序不会启动,如果删除上面的代码行,app会运行。即使我也写过orientationChangedHandler方法。
orientationChangedHandler
请使用Phonegap建议如何更改iPad方向的最佳方法。