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
5
votes
2 answers

Can you develop for WebOS in something besides CSS/HTML/Javascript?

I was looking at the Palm WebOS SDK and it appears to be CSS/HTML/Javascript based. Is there no strongly-typed (Java or ObjectiveC) API for it? How would you write a game, for example, without access to such a language? Maybe I've missed…
larryq
  • 15,713
  • 38
  • 121
  • 190
4
votes
1 answer

Route events from one dom node to another WITHOUT JQUERY

My question is totally like: How do I pass javascript events from one element to another? except for the fact that I need a raw JS solution. I've got a webos app whose UI features a layering of elements that scroll in conjunction with eachother on a…
Gopherkhan
  • 4,317
  • 4
  • 32
  • 54
4
votes
2 answers

How can I debug a LG Webos Chromium browser? (emulator)

I'm stuck trying to debug the LG TV Webos browser which is a chromium browser (chrome version 38) i've tried Ghostlab, weinre but they dont show any errors in console.
ekclone
  • 1,030
  • 2
  • 17
  • 39
4
votes
1 answer

android and webos no content scaling?

I am currently building a website optimized for mobile devices. I have a dynamic javascript grid and i want no scaling on mobile…
matt
  • 42,713
  • 103
  • 264
  • 397
4
votes
1 answer

Integrate C++ on webOS project

I'm developing a project for webOS 3.0 and I want to know if it's possible to integrate a C++ lib binary on a webOS aplication. I am tying to use nodejs addons and require the addon.node file into a JSservice like a module, but, according to this…
4
votes
2 answers

How do I scroll my Palm webOS application?

This feels like a dumb newbie question. I'm attempting to follow the Palm's online tutorial for developing a webOS app. I ran palm-generate and tried updating the generated index.html file to have a body with a bunch of content (the word "HELLO"…
Dan Fabulich
  • 37,506
  • 41
  • 139
  • 175
4
votes
6 answers

LG WEBOS : Could not connect to the device, please check the device connection

I've followed everything here step by step : App Testing on webOS TV But I still can't seem to connect using either the webOS CLI or the webOS IDE. I get the following error: Via the IDE : Could not connect to the device "name", please check the…
Fabii
  • 3,820
  • 14
  • 51
  • 92
4
votes
1 answer

How do I get Palm's WebOS browser to default to numeric input?

The following CSS worked fine in my Windows mobile phone, but my Pre won't default to numeric inputs. input.numeric { -wap-input-format:"*n"; } How do I get the Pre (and presumably other newer mobile browsers?) to default to numeric inputs?
Chris Marasti-Georg
  • 34,091
  • 15
  • 92
  • 137
4
votes
3 answers

How do I detect taps in the gesture area on the Palm Pre?

Playing with my Palm Pre phone. I want to detect the user tapping in the gesture area (the area directly below the screen). How do I do that? I haven't found anything obvious in the framework API's or service API's.
Mashmagar
  • 2,556
  • 2
  • 29
  • 38
4
votes
0 answers

How do I make a custom widget in WebOS?

I'm new to Palm WebOS development and can't figure out how to create a custom widget. Does anyone know of a really simple step-by-step walk-through for noobs? Palm's explanation here isn't all that helpful. For example it tells me the HTML is…
teedyay
  • 23,293
  • 19
  • 66
  • 73
4
votes
1 answer

Double tap in webOS

How can I implement DoubleTap event and SingleTap event separately in webOS ?
fanat
  • 385
  • 1
  • 3
  • 8
4
votes
2 answers

Developing Palm WebOS Mojo applications with Google Web Toolkit GWT

Has anyone successfully developed a "native" Palm WebOS app using GWT? How do you setup your development environment and how did you interface with the mojo framework? I was thinking one setup might be to create 2 projects: a GWT & a Palm OS…
Cal
  • 1,625
  • 4
  • 20
  • 30
4
votes
2 answers

Optimize a web page for Palm Pre

I'm in the process of building a support page for my pre application. I'm having a problem where the content on the page is very small, so the user has to manually zoom in to read it. I've made the page so that there is nothing very wide or tall,…
TM.
  • 108,298
  • 33
  • 122
  • 127
3
votes
2 answers

How to take a picture using command line on webOS on HP touchpad?

on webos, I have openssh running and would like to take a picture using the command line script. I suspect this is going to include some luna-send command, or alternatively a gst-launch But I am not having any luck with the docs. webos doesn't have…
Tom
  • 3,324
  • 1
  • 31
  • 42
3
votes
1 answer

Display ModalDialog on Enyo window load

I am trying to display a ModalDialog as soon as the window gets loaded, something like a license agreement for my app. It seems to work fine when triggered with a button click, but does not work when I try this: This is in the components array of…
Bhakta Nall
  • 194
  • 1
  • 10
1
2
3
25 26