我想弄清楚如何更改BusyIndicator
的背景样式。请参阅下面的代码段和说明:
app.busyIndicator = new WL.BusyIndicator('content', { text: message, bounceAnimation: false, fullScreen: true, minDuration: 3, textColor: "white", opacity: 1, strokeOpacity: 0.25 });
此代码段将强制忙指示器在调用时占据iPhone移动设备的整个窗口。 Android设备上的此行为有所不同。
以下是我的问题:
BusyIndicator
布局相关的CSS类...在浏览器中测试时可以正常工作。但是,当应用程序被推送到设备时,我仍然只能看到黑色背景。为什么会这样?答案 0 :(得分:2)
无法更改占线指示灯的背景颜色。
以上是相关的启动Worklight v6.0.0.1,几天前发布。
第{6页}中的Common UI Controls培训模块对此进行了解释。请阅读。 More training modules