I am working on a new app where it is needed to add a busy indicator or progressive bar in the splash screen . It is a hybrid app . So the implementation should in Web resources(html, js and css) and the app is done in worklight so the implementation should also be in worklight . Do you have any suggestion to solve this issue
标签:
ibm-mobilefirst
相关问题
- IBM Worklight 6.0 - Worklight Console does not sho
- Output delayed from Cordova Plugin
- Android Application Build with MobileFirst 7.1 is
- Custom ListView in Worklight using Dojo
- How to display a custom keyboard
相关文章
- Unknown realm [myRealm]. null returned for key: is
- How To Calling a Stored Procedure in Worklight
- Worklight 6.0 WL development Server not starting
- How to open the phone dialer?
- Is there a tool to install an existing Cordova 3 p
- Worklight Online + Offline Authentication
- Cannot Call determinedVisibility() never saw a con
- Getting “Cannot install applications because the c
In Hybrid applications the ability to control over the splash screen (= change its appearance, duration, and other things like that), is currently not possible in the manner you would like - by using HTML, JS, CSS...
The ability to do so (in Android and iOS only) will be introduced in Worklight 6.2, to be released in June 2014 (this month), where you could decide how and what to display. For example: An animation or a rotating set of images, etc.