我正在运行 Worklight IDE 版本 6.0.0.20130926-1933。我已尝试按照此处找到的 Worklight 技术说明禁用 ios7 顶部状态栏:
http://www-01.ibm.com/support/docview.wss?uid=swg27039574
我已经在 initOptions.js 文件中设置了
var wlInitOptions = {
// # Should application automatically attempt to connect to Worklight Server on application start up
// # The default value is true, we are overriding it to false here.
connectOnStartup : true,
showIOS7StatusBar : false,
但是,当我加载我的应用程序时,我仍然会看到我的 iOS7 设备上显示的状态栏。我需要对我的代码进行其他更改吗?注意:我无权访问 xCode,我正在使用公司工具来构建 ipa 文件。谢谢!
捷通