Questions tagged [ibm-mobilefirst]

IBM MobileFirst Platform Foundation (formerly IBM Worklight Foundation) helps organizations extend their business to mobile devices. It provides a mobile application platform to build, run and manage mobile applications.

IBM MobileFirst Platform Foundation -- Formerly known as IBM Worklight Foundation -- helps you extend your business to mobile devices. It is designed to provide an open, comprehensive platform to build, test, run and manage native, hybrid and mobile web apps. IBM MobileFirst Platform Foundation can help reduce both app development and maintenance costs, improve time-to-market and enhance mobile app governance and security.

Searching Stack Overflow using the old #worklight tag will also show a wealth of historical questions & answers.


IBM MobileFirst Platform Foundation is comprised of five components:

  • IBM MobileFirst Studio offers leading tools for native and hybrid development that help maximize code reuse and accelerate development.

  • IBM MobileFirst Server is mobile-optimized middleware that serves as a gateway between applications, back-end systems and cloud-based services.

  • IBM MobileFirst Device Runtime Components offer runtime client application program interfaces (API) designed to enhance security, governance and usability.

  • IBM MobileFirst Application Center enables you to set up an enterprise app store that manages the distribution of production-ready mobile apps.

  • IBM MobileFirst Console is an administrative GUI designed to provide real-time operational analytics for the server, adapters, applications and push services to help you manage, monitor and instrument mobile apps.


With IBM MobileFirst Platform you can:

  • Support multiple mobile operating environments and devices with the simplicity of a single, shared code base.

  • Utilize your preferred development tools with the command line interpreter for MobileFirst Platform developers.

  • Connect and synchronize with enterprise data, applications and cloud services, including IBM BlueMix mobile services.

  • Safeguard mobile security at the device, application, data and network layer.

  • Manage your mobile app portfolio from one central interface.

Source: IBM MobileFirst Platform

6070 questions
1
vote
2 answers

IBM Worklight - Sending HTTP POST request from the client side

I have an application which needs to send an HTTP POST request from the client side to a server every half an hour. The server would then update a database with the parameters sent by the client. My question is how do I initiate a HTTP Post request…
user1726707
  • 65
  • 10
1
vote
3 answers

How to require Google maps Geocoding script on Worklight

I copy, after setted api key( Should I generate a special key(browser,adnroid)?? ) , a html code of this page (Google Maps JavaScript API v3) in a new html page, and all works perfectlly. This is a script of html page that works:
Angelo
  • 814
  • 8
  • 21
1
vote
1 answer

IBM Worklight - Installing applications on a device

We are currently using Worklight Enterprise Edition running in Windows. We created a mobile application using jQuery Mobile (and another Using Dojo Mobile) but we were unable to deploy it to a the device. After developing the application we…
Manoj
  • 23
  • 1
  • 4
1
vote
1 answer

Worklight Studio 6 - device provisioning and app authenticity

I am running Worklight Studio 6 from Worklight Enterprise Edition download with Eclipse Juno. My application is using form security with the WASLTPA login module. The application tests correctly. When I add AppAuthenticity (needed for device…
Chris1812
  • 11
  • 1
1
vote
1 answer

Unable to invoke worklight adapter when invoked from android emulator

Facing a weird issue, the worklight adapter is not able to invoke from emulator. The LogCat gives below error 07-02 20:56:59.063: D/DroidGap(873): onMessage(onNativeReady,null) 07-02 20:56:59.063: D/DroidGap(873):…
Rajiv
  • 47
  • 7
1
vote
2 answers

IBM Worklight - Placing tab bar below the header in integrating server generated pages application

header text

//here I am loading my integrating server generated pages sample application
user2542428
1
vote
1 answer

IBM Worklight 6.0 - Trouble adding the Worklight file entries option

I am trying to install Worklight 6 following these instructions on the IBM website. Steps 1 - 10 complete (as far as I can tell) successfully. The instructions then say Before you run Worklight Studio, determine whether you must run extra …
mez.pahlan
  • 1,053
  • 2
  • 11
  • 25
1
vote
4 answers

IBM Worklight 6.0 - Installation fails on Eclipse 4.3 "Kepler"

I'm getting the following problem while trying to install Worklight 6 into Eclipse 4.3 "Kepler": Cannot complete the install because one or more required items could not be found. Software being installed: IBM jQuery Mobile Tools…
mez.pahlan
  • 1,053
  • 2
  • 11
  • 25
1
vote
1 answer

Worklight server exception

WL 5.0.6 A client is authenticated to a number of Realms. Make a call to an adapter procedures. The procedures's security test seem to work, we see access where it should be and deniel where it should be. But each attempted call shows this error in…
djna
  • 54,992
  • 14
  • 74
  • 117
1
vote
3 answers

IBM Worklight 6.0 - busy indicator doesn't always close on Android

I am using WL.BusyIndicator with an adaptor call in Worklight 6.0: this.busyIndicator.show(); WL.Client.invokeProcedure(invocationData, { onSuccess : function(response) { this.busyIndicator.hide(); // do good…
David Dhuyveter
  • 1,416
  • 9
  • 17
1
vote
2 answers

Worklight app crashes on Windows 8

I'm developing an app using Worklight 5.0.6. The app is targeted at tablets (iOS, Android and Windows). The app works fine on iOS and Android, but I'm having trouble getting it to run properly on Windows 8. The app crashes when I click on a link.…
adriank
  • 143
  • 11
1
vote
2 answers

IBM Worklight 5.0.x - Changing the main HTML filename

I want my main html file to have a different name than my project. I have found that Worklight will not reconnect if I don't use the same name. I have tried changing the mainFile tag in the application-descriptor.xml and changing the wlMainFile…
user2217751
  • 476
  • 6
  • 14
1
vote
3 answers

Worklight 5.0.5 generates unalterable inline CSS

I ran into an issue while using Worklight 5.0.5 for an Android mobile project today. This project does make use of Apache Cordova, Dojo Mobile, and Worklight libraries, if that helps. The problem is that Worklight automatically generates unwanted…
1
vote
1 answer

IBM Worklight - Clicking a button to navigate to another HTML page doesn't work (multiple page application)

I'm trying to follow this guide. I reach a problem when i try to change the HTML file when the user clicks a button. This is my script: