IBM® Worklight helps organizations extend their business to mobile devices. It provides an open, comprehensive and advanced mobile application platform to build, run and manage mobile applications.
0
votes
1answer
27 views
IBM Worklight - is Direct Update allowed by Apple's guidelines for the App Store?
I read about Worklight's Direct Update feature already. However, I still have some questions that would like to clarify:
Q1: Is it true that Apple allows Worklight Apps to be published to APP
...
0
votes
1answer
21 views
failed to parse json string IBM Worklight Adapters
I am trying to write a simple HTTP Adapter using IBM worklight, but when i run it i have the following error
Failed to parse JSON string
adapter code js file
function getProj() {
var input = ...
0
votes
1answer
28 views
Call webservice error in worklight
i've 1 webservice with .Net and return value like that:
<People>
<Person Name="Nick"/>
<Person Name="Nick"/>
</People>
And i've also folow this tutorial to call webservice ...
0
votes
1answer
24 views
How to develop web sockets in worklight
I have an android application developed with IBM Worklight, in which a html file is making http request every 5 seconds and fetching the data from the server. Now I wish to replace this with HTML5 web ...
0
votes
2answers
38 views
Passing an array inside the “parameters” of adapter in Worklight
The code part:
function PushRequests(strUser, eClientType, iSectorId, strDeviceId, arrRequests) {
var input = {
method : 'post',
returnedContentType : 'xml',
path : ...
-1
votes
0answers
26 views
worklight application not rendering properly in android emulator
I am developing a worklight application. when I am trying to run it on android emulator my first page (a simple list) is getting displayed properly. when i click on the list item it is navigating to ...
-2
votes
1answer
28 views
not able to see the log statements in ddms
I am trying to install my worklight application on the android htc mobile. The application was getting installed successfully but the problem is I am not able to see the log messages.As soon as I ...
0
votes
1answer
16 views
IBM Worklight Adapter requires OAuth
Here is my problem: I would like to create an application with IBM Worklight which will call via an adapter a service that requires OAuth (ie: Twitter).
Anyone have some thought for the best method ...
0
votes
1answer
26 views
Worklight method for checking connection
The project im working on, they would like active server connection detection before each call.
Im trying to find out if its better to use:
WL.Device.getNetworkInfo:isNetworkConnected
or
...
0
votes
1answer
31 views
Communication between Outlook and Worklight
Is there a api or anyother means by which we can communicate or sync with Microsoft Outlook server from IBM Worklight Client Mobile Application or from Worklight Server
Thanks
0
votes
1answer
36 views
Worklight: Average size of request from App to Server
Sometimes i see a reconnect to WL server dialog box appears at the start-up of the App and sometimes it doesn't popup. My client has objection on this, they want to completely get rid of the ...
0
votes
1answer
36 views
IBM Worklight license: Is Worklight free to use?
I've downloaded Worklight Studio (the Eclipse plugin) and I want to develop an app for a club/association.
As I figured out the developers edition of Worklight Studio is free for everyone for ...
0
votes
1answer
30 views
Worklight: Clicking on hyper link within turns screen blank
I have a simple text on a JQuery Page and have hyper link within it, so when i click on the hyper link then it does open the external browser but in return it makes the App screen white! (blank ...
0
votes
1answer
20 views
How to Override WL.OptionsMenu.addItem?
Working on Worklight project for Android platform. Wondering is there any way to override WL.OptionsMenu.addItem?
This is not to hide settings option menu. From Android SDK 11, option menu will be ...
-1
votes
1answer
32 views
Database and insert data in IBM Worklight?
I've successfully set Worklight adapter. But, I don't know how to make database and insert data in IBM Worklight. Can you help me?