我已经像以下代码一样测试了 WL.BusyIndicator:
busyIndicator = new WL.BusyIndicator('content', {
text : 'saving'
});
busyIndicator.show();
setTimeout(function() {
busyIndicator.hide();
}, 3000);
信息中心说BusyIndicator 选项可以在 Android 环境中获取“文本”。
我可以看到我的 Android 模拟器 (v4.0.4/v4.1.2/v4.2.2) 上显示的 BusyIndicator,但文本是默认的“正在加载”...
注意:同样的情况也发生在 iOS 中。
我的 Worklight Studio 版本是:6.0.0.201307241843