Questions tagged [webos]

LG/HP/Palm webOS for smartphones and tablets. It is a mobile operating system based on a Linux kernel

webOS is an operating system that is based on a Linux Kernel. It is owned by LGE and is used in a number of commercial products such as TVs, Signage Systems, Auto IVI (In-Vehicle Infotainment), and so on. Additionally, the webOS platform is provided as an open-source platform called webOS OSE (Open Source Edition).

This tag can be used for all sorts of questions on webOS and more specifically for questions on the webOS OSE platform.

Links:

381 questions
0
votes
1 answer

how to see browser plug-in logs in hp webos?

I have developed a plug-in with the help of "NPAPI" approach, and i have able to launch it in browser of "webos" emulator. When i launch a test html page using tomcat server that page is loading fine and able to access browser plug-in. I have added…
Ashish
  • 1,527
  • 4
  • 17
  • 33
0
votes
2 answers

Palm Pre on Device Anywhere

I have developed a simple application for palm webOS. Now I have the ipk file with me, but I want to test it using Device Anywhere. Is there any way by which I can install my app in their Palm Pre?
0
votes
2 answers

Not allowed to load local resource using enyo

I'm using phonegap to build an enyo app. My program works completely fine in chrome and it also works in the ripple emulator service for blackberry. My problem is, when I use the .ipk build for webOS and the .apk build for android, I get the same…
Jaghancement
  • 151
  • 1
  • 5
  • 15
0
votes
2 answers

How do I access data from local XML files in a webOS application on the Palm Pre?

I am new at Mojo framework and Palm webOS. I want to just retrieve data from XML files using xmlhttprequest (Ajax). I am trying to get data from following script. this.items = []; var that = this; var request = new Ajax.Request("first/movies.xml",…
Brijesh Patel
  • 2,901
  • 15
  • 50
  • 73
0
votes
0 answers

Enyo app hybrid plugin is working faulty

I created such PDK plugin: #include #include #include "PDL.h" #include "SDL.h" #define forever for(;;) using namespace std; PDL_bool changeUserAgent(PDL_JSParameters * params) { ofstream s("/media/internal/myfile.txt"); …
marmistrz
  • 5,974
  • 10
  • 42
  • 94
0
votes
1 answer

Phonegap application for webOS, alerts don't working

In Phonegaps application for webOS I try to show alert in several ways: // 1. alert('Mobile number has to be of 10 digits'); // 2. navigator.notification.alert("alert text!", function(){}, //callback 'alert Title', "ok" ); //…
CAMOBAP
  • 5,523
  • 8
  • 58
  • 93
0
votes
1 answer

I test webOS app with Ripple and get "PalmServiceBridge is not defined when "

I test app with Ripple for webOS, I get: Uncaught ReferenceError: PalmServiceBridge is not defined Is this a Ripple bug?
CAMOBAP
  • 5,523
  • 8
  • 58
  • 93
0
votes
2 answers

How to read pdb format by javascript?

I know that it is a databases in Palm OS, as the development is shift to webOS. Is there any third party javascript library to do the work? or it needs to write manually?
DNB5brims
  • 29,344
  • 50
  • 131
  • 195
0
votes
2 answers

Palm Pre Dashboard notification

How can I get Dashboard notification in my Palm-Pre application?
user148867
0
votes
1 answer

Can we convert the mojo based application to enyo based application

I am haveing mojo based applications(.ipk) so can convert those ipk into enyo based ipk
0
votes
0 answers

Path of LANG variable in webos

I want to know the path or the file location of LANG environment variable in webOS. i need to change the values for that variable.
Ajay Soman
  • 1,631
  • 4
  • 19
  • 37
0
votes
1 answer

Registering JavaScript service in webOS

I am playing with palm emulator, trying to create a simple JavaScript service. Instead of using palm-install method I am creating required directories and files for my service. When I test my service with luna-send it is not recognized (since it is…
vinayr
  • 11,026
  • 3
  • 46
  • 42
0
votes
1 answer

perform function when page loads in webOS

I am currently trying to create a database in webOS for which I can later perform crud operations. So far, the users need to click on a button to create the database and another to create the table. Is there a way that these can be created when the…
Keleb
  • 49
  • 1
  • 8
-1
votes
1 answer

Create React App not working on WebOs 3.0 (Chrome 38)

When using create react app on WebOs 3.0 (Chrome 38 (I´m using chromium 39 for testing on the PC)) just the default example I get : main.chunk.js:2 Uncaught SyntaxError: Use of const in strict mode. And the example does not work. Standar React app…
J.Algaba
  • 76
  • 8
-1
votes
1 answer

Smart TV LG app, how to add content rating procedure

Right now i'm working on a VOD app for SmartTV recently some of the content was marked as 18+ so i need a way to invoke the LG parental pin input window. My problem is that while searching for such method im always redirected to the how to set the…
1 2 3
25
26