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
3
votes
1 answer

How do I create a JavaScript service for a PhoneGap based webOS app?

I'm trying to build a webOS 3.0.2 app using PhoneGap 1.0. I'm doing my best to avoid webOS-specific things, but my app does need to run a javascript service when on a webOS device. I can't find any documentation on how to create and package a simple…
JMHNilbog
  • 1,073
  • 1
  • 8
  • 13
3
votes
2 answers

How can i put image in webOS application

i want to add image in the webos application and want to add click event for it. i am also not able to put background image in the application. i put this code to set background image in Basic.css file body.palm-default { background:…
Gaurav Thummar
  • 780
  • 1
  • 12
  • 22
3
votes
3 answers

HP WebOS 3.0 Emulator, how to navigate

does any know how i can exit a program in HP webOS 3.0 Emulator. There isn't any home button and i can not find answer anywhere with google. Thanks
Peacemoon
  • 3,198
  • 4
  • 32
  • 56
3
votes
1 answer

ssh in LG WebOS tv with pty allocation request failed on chanel 0

I can access my lg web OS server through SFTP, But I want to access the server from terminal in ssh, It will raise the error ssh -i .ssh/tv43_webos prisoner@192.168.1.2 -p 9922 …
Jwtiyar
  • 43
  • 7
3
votes
1 answer

Command Line App Creation for HP Touchpad

I have recently started venturing into some HP webOS development and I am wondering if anyone knows if there is a code-generation command similar to the webOS Mojo palm-generate tool.
James West
  • 771
  • 1
  • 14
  • 26
3
votes
1 answer

WebOS 3.0 Enyo Button Onclick event

i think its an easy question but i am stuck ... now i am developing for PalmPAD with WebOS 3.0 and i want to design login system in that. now i want to know if user click on (in login.js page) Register Button on click event i need to open my…
Ajay Patel
  • 5,298
  • 11
  • 55
  • 87
3
votes
0 answers

webOS Horizontal Scroller not working

I'm still trying to figure out why this isn't working and I'm at the end of my rope. Every different method I've tried always takes me back to the zero position. Here's what my code looks like: function MainAssistant(argFromPusher)…
Ryan
  • 31
  • 1
3
votes
1 answer

How to Install .IPK file in LG WebOS TV?

I have created an Application using WebOS IDE and generated a .IPK build now I want to share this .IPK file to other developers for testing purposes. So how can I install this .IPK build to other WebOs Tv without using WebOS IDE or WebOS CLI ?
Nitin tiwari
  • 664
  • 1
  • 8
  • 23
3
votes
2 answers

How to get MAC address Of LG-WebOS smart-tv?

I want to get MAC address of my webOS smart-tv pragmatically to send on api request but i can not find how to get . please Help I used luna service api but it only gives device unique ID var request =…
Nitin tiwari
  • 664
  • 1
  • 8
  • 23
3
votes
1 answer

Snap a webOS Slider widget to integers

In a webOS app, I have a Mojo.Widget.Slider that I use to set an integer to 0, 1, or 2. I take care of rounding the Slider value myself already (though there is a feature to do this for you, but I stopped using it in case that was the source of my…
Gordon Seidoh Worley
  • 7,839
  • 6
  • 45
  • 82
3
votes
1 answer

Install .ipk with usb on webOS TV (without IDE or CLI)

I'm currently developing a web application in webOS TV IDE, I've been testing it on the IDE emulator and it works fine. Now, I need to test it on a real TV, but I'm not able to connect any computer to the TV because the computer and the TV are in…
Rekete77
  • 33
  • 1
  • 8
3
votes
0 answers

samsung toast framework with LG TV webos is giving error

we are working with toast framework for LG tv webos and Samsung tizen. i have done as per the given setting but unable to build the issue and getting a error when i run following command in cmd grunt compile:tv-webos Error is following…
Vivek Gautam
  • 107
  • 10
3
votes
1 answer

How to get Palm Mobile Owner information?

How can i get Palm mobile owner information like name/phone number/mailId ..... from code itself. Thaq.
VenkaReddy
  • 2,871
  • 2
  • 27
  • 29
3
votes
1 answer

How to open "home screen" from webos

I'm fresh in webos development, I'm trying to open home screen (picture attached at the end) once user press back on my application home page. The issue is I'm not able to find an example for this by googling. I have as an example how to increase…
rramiii
  • 1,156
  • 6
  • 15
  • 29
3
votes
1 answer

How to implement simple javascript touch events for webkit on WebOS while developing web content

did anyone come across difficulties while trying to implement simple js touch events for webkit and found a solution for it ? Basically my touch start, touch move, and touch end events are not being detected. Thanks
jsoo
  • 31
  • 2
1 2
3
25 26