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
42
votes
4 answers

Emulator: WARNING: HAXM 6.0.5 is installed. Please install HAXM >= 6.2.1 to fix compatibility issues on Mac

Emulator is not running. I had already installed HAXM 6.2.1. Please checkout the image. So, I just reinstalled the HAXM. Anow now another problem occurs. Please checkout image second and third. 6:54 PM Emulator: Reason: Invalid argument 6:54 PM…
jazzbpn
  • 4,159
  • 6
  • 37
  • 73
35
votes
4 answers

Why use IBM Worklight if it ultimately uses PhoneGap?

Actually i have to build a cross platform application(for iphone and android only) and the client is emphasizing to use IBM Worklight for this. After searching about Worklight i came to know that it internally uses PhoneGap(Apache Cordova). Now my…
iVipS
  • 1,427
  • 1
  • 14
  • 22
35
votes
1 answer

What is the main difference between require() and define() function in dojo and when would we use either?

I am new to learning dojo and I have come across the require() and define() functions and I can not get my head around either of them. Also, when would I use either of them? A small demo or example would be beneficial. Many Thanks!
Simple-Solution
  • 3,895
  • 12
  • 42
  • 63
14
votes
3 answers

AngularJS 1.5 error bootstrap IBM Mobilefirst

I seem to have problems combining an MFP hybrid (no cordova) application and angular 1.5. The same application with angular 1.4.9 works fine, but if I switch to angular1.5 then i get this error: Error: [$injector:modulerr] Failed to instantiate…
12
votes
4 answers

How to open a new HTML page using jQuery?

So, I am using IBM Worklight where I have the main file called file1.html and then I created another html file called file2.html. I am trying to open file2 but no luck so far. I tried following pieces of…
Cute_Ninja
  • 4,194
  • 4
  • 32
  • 53
11
votes
3 answers

Cordova gradle wrapper missing in android sdk

I'm on windows7 x64, installed today's latest stable release of android sdk studio (through android studio bundle, since it's shipped together now apparently). I have properly configured the environment variables as you'll see above. This is what I…
wiwi
  • 139
  • 1
  • 8
9
votes
5 answers

Not able to launch a pdf file in inappbrowser in android

I have a requirement to show a pdf in inappbrowser when user clicks on a link. It is working fine in ios but not working on android. I am using IBM worklight for my project. Below is the code I have…
9
votes
1 answer

How to auto-scroll to input field in Android when the soft keyboard overlaps them on showing?

I am developing a hybrid app using Worklight, and I am experiencing the following issue: When the user clicks on an input field, the soft keyboard that pops up hides the input field when the latter is relatively low on the screen. The page is…
M. Sfakianos
  • 210
  • 1
  • 2
  • 8
9
votes
4 answers

How to debug Dojo in browser?

I'm currently (trying) to develop an app with Worklight Studio 5.0.6 and Dojo (Mobile) 1.8.3. I have a really hard time to to find a proper method for debugging. After waiting 5-10 minutes for the build an deploy-process on the server, an error…
spyro
  • 401
  • 4
  • 10
8
votes
1 answer

Cannot Call determinedVisibility() never saw a connection for PID

We recently updated our mobile app from Worklight 5.0.6 to MobileFirst 7.0. Before the update, we didn't support 4.4 and above due to Cordova issues with the JSON Store. Now, we're supporting the newer versions of Android. The application works…
Julie Beck
  • 258
  • 1
  • 3
  • 14
8
votes
5 answers

ERROR: Cannot load this JVM TI agent twice, check your java command line for duplicate jdwp options

I am using Eclipse plugin "IBM Worklight Developer Edition". I am trying to debug the adapter procedure code. For that I tried to do some debug configurations but it said Server already running(debug button disabled). So I stopped the server then…
8
votes
2 answers

Getting "Cannot install applications because the certificate is not valid" error on iOS 7.1

I'm getting the above mention error when my client update their device to iOS 7.1, and then try to update our app from the AppCenter. After some searching, i found a post with a similar problem here. But then since i'm in an environment where by the…
ipohfly
  • 1,727
  • 4
  • 26
  • 52
8
votes
2 answers

Is there a tool to install an existing Cordova 3 plugin into a Worklight 6.1 app?

Worklight 6.1 uses Cordova 3.1. The documentation shows how to author your own Cordova plugin but I can't find any information on how to install existing Cordova 3 style plugins into a Worklight project. I tried installing the JavaScript and native…
David Dhuyveter
  • 1,416
  • 9
  • 17
8
votes
2 answers

How to make HTTPS requests with serverside javascript using Worklight?

I'm toying around with IBM worklight, and am trying to create an adapter to feed some data in from the Google places API. I want to call this URL…
Jimmy
  • 15,225
  • 38
  • 120
  • 211
7
votes
3 answers

How to open the phone dialer?

I am trying to launch the phone dialer in my worklight 6.2 hybrid application when clicking on a button and/or an anchor tag. Below is the code I am using. button: anchor…
user3878988
  • 571
  • 3
  • 6
  • 17
1
2 3
99 100