Questions tagged [worklight-mbs]

The Mobile Browser Simulator, part of Worklight Console, is a web application that helps you test mobile web applications without having to install device vendor native SDK.

18 questions
1
vote
1 answer

window.open addEventListener does not work on "Mobile Browser Simulator"

I'm using IBM Worklight 6.2 I'm using window.open to load some external pages for OAuth and I configure event listeners for the opened window. var authWindow = window.open(authUrl, '_blank', 'location=yes'); authWindow.addEventListener('loaderror',…
Jxadro
  • 1,497
  • 2
  • 16
  • 36
1
vote
1 answer

No Back Button is found on Worklight Console

My understanding is that the Worklight console provides a web component simulator for mobile application to be run but I see that it is missing the Android back button on its screen. My question is: Where can I find the back button on IBM Worklight…
Suresh Sharma
  • 1,826
  • 22
  • 41
1
vote
1 answer

Can I install the Worklight mobile browser simulator on Worklight Server?

When i preview an Android App on Worklight server it still previews as a "common" resource. Whereas if i do the same on my local machine from eclipse it opens in a Mobile Browser simulator. What is the way to install the mobile browser simulator…
user2070649
  • 103
  • 1
  • 10
0
votes
2 answers

Worklight 6.2.0 - Mobile Browser Simulator will not open

I have a problem with the web emulator of worklight 6.2.0. I have publicated an application with environment android and iphone, when i click in link "Preview as Common Resources" he it works perfect open the web page. But i click in android or…
Fabio De Carli
  • 379
  • 3
  • 12
0
votes
1 answer

Worklight Mobile Browser Simulator issue

The Mobile Browser Simulator in my Worklight v6.1 installation will not launch. I am on Windows 7, with only 1 other app configured for the Worklight Server. The server will not start as long as the MBS is in server.xml. If I comment out MBS the…
jeff
  • 109
  • 1
  • 1
  • 9
0
votes
2 answers

How to automatically reload changes HTML/CSS after "Run on Worklight Dev Server"?

I have a hybrid Worklight app and every time I change the HTML code I have to delete the app from Admin Console, Clean from Eclipse, clear Chrome browsing data and redeploy. How can I automatically make WL reload the HTML changes every time I…
Eusebiu Marcu
  • 320
  • 1
  • 10
0
votes
1 answer

IBM Worklight 5.0.5 - Unable to preview app in the MBS

Using Worklight 5.0.5, I have issues with previewing my app in the Mobile Browser Simulator. Once my app is deployed and I preview it in the MBS, nothing is displayed. This occurs with every old and new project I create. Does anyone have an idea ? I…
user3241019
  • 811
  • 9
  • 20
0
votes
1 answer

Does .load() function access to the server in mobile apps?

I have a mobile app developed in worklight with a main HTML file. In that HTML file I load content from other HTML files using the load function of jquery.
$("#myHeader").load("myHTMLs/myHeader.html"); Testing that app locally…
Jxadro
  • 1,497
  • 2
  • 16
  • 36
0
votes
1 answer

IBM Worklight 6.0 - QR Code does not work

I am trying to open hybrid app in my iphone, so the best option for me is scan in a QR code that I can save time to input long URL. But what makes me so upset is that the icon fails to open in a new pop-up window, accordingly, I can't scan it. I am…
0
votes
1 answer

IBM Worklight - App displays properly in browser but not when previewing in the MBS

I am writing a Worklight Hybrid application and utilizing jQuery Mobile in it. The HTML:
Satheesh
  • 10,998
  • 6
  • 50
  • 93
0
votes
2 answers

IBM Worklight 6.0 - Does the Mobile Browser Simulator support Worklight Skins?

I would like to know if the Mobile Browser Simulator supports Skins using Worklight 6. In a previous discussion found in IBM Worklight forum Skins does not reflect on Mobile Browser simulator I found that IBM WL 5.0 does not support skins. What…
Lorenzo B
  • 33,216
  • 24
  • 116
  • 190
0
votes
2 answers

IBM Worklight 5.0.6.1 - Mobile Browser Simulator - WL.Device.getNetworkInfo for navigator.network.connection.type vs. navigator.connection.type

We see a different behavior in the MBS and on our iOS and Android devices. In the Simulator: navigator.network.connection.type returns the value that is defined in the Simulator menu (this is the old API and is…
0
votes
1 answer

IBM Worklight 6.0 - JSONStore error in preview after migrating from Worklight 5.0.6

I have an app that makes use of the JSONStore in v5.0.6. I migrated the project over to v6.0 and tried to use the Mobile Browser Simulator to test the JSONStore functionality. I added WL.Client.getEnvironment() === 'preview' to the if condition in…
0
votes
1 answer

IBM Worklight 6.0 - Unable to enable the Cordova geolocation control in the Mobile Browser Simulator

running WL Studio 6.0, on RHEL 6, with Firefox. I am unable to enable the Cordova geolocation control in the Mobile Browser Simulator. When I expand the Geolocation section in Cordova controls, all I get is the following message within the control:…
0
votes
2 answers

IBM Worklight 6.0 - Cordova camera simulation in the Mobile Browser Simulator doesn't work

My camera code was working fine in WL 5.0.6 and the mobile browser simulator would correctly display the image. Now I moved to WL 6.0 andI get the following error when using the preview in the Mobile Browser Simulator and using the Cordova camera…
JFJF
  • 35
  • 6
1
2