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

Open webOS on Ubuntu only displays partial desktop

I followed the directions to build, install, and run Open webOS simulator for Ubuntu 12.04. Unfortunately, when the display comes up, following ./run-luna-sysmgr.sh, most of the webOS desktop is hidden (see image below). The images I've seen of a…
David
  • 6,462
  • 2
  • 25
  • 22
0
votes
1 answer

webos background image updating problem

My application has a preference screen which has a feature for changing the background color or theme. For that, I am using png images with different colors. When I go to the main screen, I am using some other image depending on the image selected…
Aswan
  • 5,085
  • 10
  • 46
  • 70
0
votes
1 answer

how to configure pixi resolution in palm emulator

I am trying to configure the pixi resolution in palm emulator by http://developer.palm.com/index.php?opt ... Resolution the above site instructions when i restart emulator it is showing error Failed to start the virtual machine Palm…
Aswan
  • 5,085
  • 10
  • 46
  • 70
0
votes
1 answer

Palm Pre window.scrollY property in Javascript?

Is it possible to get the window.scrollY property in Javascript on the Palm Pre? Doesn't seem to be but maybe there is a secret Palm-ish way? I've tried: var y = window.scrollY; var y = jQuery(window).scrollTop(); Neither seem to work. Anyone know…
Genericrich
  • 4,611
  • 5
  • 36
  • 55
0
votes
1 answer

Pop up or notification in webOS

From a service, is there any way to create a pop up, application which is registered to my service may/may not be available, so i need to show a pop up/toast/notification message to user, is that possible in webOS
ashish
  • 1,384
  • 1
  • 12
  • 21
0
votes
2 answers

how to take screenshots of virtual box

how to take screenshots of palm emulator
Aswan
  • 5,085
  • 10
  • 46
  • 70
0
votes
1 answer

Unable to open new browser window to display local app image (Enyo on webOS 3.0.5)

I have an image link in my Enyo app's index.html, which I'd like to re-open in a new browser window on webOS 3.0.5, so I can reduce the size of the image in the app itself (with width= and height=), but allow the user to view it in the original…
0
votes
1 answer

How to set default language in WebOs

How can I set the dault language of an WebOs project? The standard way of adding internationalization in WebOS is to use the $L() function, where I can set a key to the translated string. But if the current language ist not specified in the project…
AlexVogel
  • 10,601
  • 10
  • 61
  • 71
0
votes
1 answer

How can I decrease the font size of the showAlertDialog title?

How can I decrease the font size of the showAlertDialog title?
Aswan
  • 5,085
  • 10
  • 46
  • 70
0
votes
2 answers

what is the useragent to add in .htaccess detection file to detect webos devices?

I am currently using detection .htaccess file from detectmobilebrowsers.com to detect most mobile devices but it doesn´t work on webos browsers. Code I'm using: RewriteEngine On RewriteCond %{HTTP_USER_AGENT}…
xzibit
  • 3,197
  • 2
  • 17
  • 19
0
votes
1 answer

how to call web service by supplying credentials in Palm WebOS

I am able to call a web service that doesn't require server credentials. But I need to call a web service which require server credentials(username and password) for authentication. How to call this type of web services by supplying appropriate…
Pankaj Pareek
  • 579
  • 1
  • 13
  • 33
0
votes
1 answer

how to play audio object in webOS

When I press a button I want to play audio object. Would you be able to give me some advice how to achieve that ?
Aswan
  • 5,085
  • 10
  • 46
  • 70
0
votes
1 answer

Bluetooth architecture on Webos

What are the IPC mechanisms used in webos for bluez connection, also to develop any bluetooth profile in webos, are the proper methods exposed or bluetooth , can someone explain me on the luna bus interaction with bluez ?
ashish
  • 1,384
  • 1
  • 12
  • 21
0
votes
2 answers

enyo mixin: Is this proper usage?

I have the following code, that looks like the following: var shared = { create: function(){ //do stuff on create } } enyo.kind(enyo.mixin({ name: "CustomInput", //properties unique to input. kind:…
0
votes
3 answers

XPath to find elements based on time values

I have the following XML, returned from a web service (5 extra points for guessing the movie):
Chris McCall
  • 10,317
  • 8
  • 49
  • 80