Tagged Questions

HP/Palm webOS for smartphones and tablets.

learn more… | top users | synonyms

45
votes
20answers
10k views

What work has been done on cross-platform mobile development?

Have any well-documented or open source projects targeted iPhone, Blackberry, and Android? Are there other platforms which are better-suited to such an endeavor? Note that I am particularly asking ...
14
votes
5answers
3k views

Good tutorials for starting Palm WebOS development?

Recently I've been getting more and more into mobile development. I am currently working with the iPhone and Android based devices. Palm's new WebOS looks interesting. Are there any good online ...
11
votes
17answers
1k views

Which mobile programming environment do you recommend for a startup to target?

There's a lot of mobile platforms out there at the moment; iPhone, Android, WebOS, Symbian. If creating a startup for mobile development (i.e. as a commercial endeavour, not a hobby), which mobile ...
10
votes
6answers
6k views

Do Android/webOS devices support multi-touch Javascript events?

On iPhone, iPod touch and (presumably) iPad, Apple has multi-touch event handling available via JavaScript in Mobile Safari. I know the Nexus One recently added multi-touch support via an update, and ...
7
votes
1answer
195 views

Scala Comet and Mobile Applications

I'm exploring using Scala with its Comet facilities for my next project and was curious if anyone had experience using Comet (not necessarily Scala) with: WebOS Android iOS All these phones are ...
7
votes
8answers
709 views

Which mobile platform would be more rewarding to learn as a developer (iPhone vs Palm Pre vs. Android)?

I am interested in getting my feet wet in PDA/mobile development. The only two drivers for me are the drive to learn cool (or at least, new) stuff, and may be to code some app that I felt I really ...
6
votes
1answer
264 views

Starting and stoping listeners in Mojo framework (WebOS)

I am starting WebOS dev and I have a doubt on where should I start and stop my listeners ? I am reading this book but I couldn't find a clear explanation about this. In the sample the author set the ...
5
votes
1answer
632 views

Palm Pre frameworks

I have some measure of web development experience (not my main skill, but I am pretty good with the basics) What I'm sorely lacking is knowledge of and experience with modern JS frameworks ...
5
votes
2answers
345 views

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 ...
4
votes
2answers
418 views

What resources are there for learning enyo (webOS)

What resources are there for learning enyo (webOS)? The official documentation can be found here: https://developer.palm.com/content/api/dev-guide/enyo.html
4
votes
3answers
655 views

How to debug Enyo App WebOS 3.0?

i am nooby to WebOS3.0 (also in Mojo). And now days i am working on palm pad apps dev. and i want to know how to debug enyo apps?
4
votes
2answers
432 views

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 ...
4
votes
1answer
95 views

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 ...
4
votes
3answers
157 views

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 ...
4
votes
1answer
412 views

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 ...
4
votes
2answers
449 views

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 ...
4
votes
2answers
1k views

Palm Mojo / WebOS IDE Recommendation

I'm a developer coming from Visual Studio 2008 looking to get my hands dirty writing some Palm Pre applications. I've heard a number of options for developing Palm Pre apps and am curious for a ...
3
votes
3answers
457 views

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

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

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) ...
3
votes
1answer
191 views

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

Ho to get Palm Mobile Owner information?

How can i get Palm mobile owner information like name/phone number/mailId ..... from code itself. Thaq.
3
votes
1answer
417 views

android and webos no content scaling?

hey guys, i'm currently building a website optimized for mobile devices. <meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/> i have a ...
3
votes
5answers
467 views

Looking to eventually build a smartphone app

I'm a young, inexperienced programmer (I've had a year of Java, some MATLAB, and HTML/CSS in school) but I've decided that to get better, I'm making it my goal to produce a simple smartphone app of ...
3
votes
1answer
253 views

Double tap in webOS

How can I implement DoubleTap event and SingleTap event separately in webOS ?
3
votes
2answers
641 views

Developing Palm WebOS Mojo applicaitons 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 ...
3
votes
3answers
336 views

Is O'Reilly's WebOS book out of date?

The book Palm webOS -- The Insider's Guide to Developing Applications in JavaScript using the Palm Mojo Framework by O'Reilly was published in July, well before the Palm Pre was released, meaning that ...
3
votes
4answers
661 views

How do you get Length of Text in a Mojo TextField?

How do you get the length of the text inside a Mojo TextField? I'm trying to set a multiLine TextField with a limit of 150 chars, I tried doing it with a counter, but ran into a issue of not being ...
2
votes
1answer
29 views

which webOS Enyo element/component is suitable for this case?

i have a set of HFlexLayout('s) inside of a VFlexLayout, a vertical list of buttons(e.g., X,Y,Z) with 5 fields after each button. when a button is pressed, i want one of the fields to toggle from off ...
2
votes
1answer
94 views

How to take a picture with MediaCapture in Enyo (webOS)?

I'm a kind of newbie webOS Developer, and I'm currently developing an App where I need to take a picture of a certain user. I've been looking for many resources and sites on the internet but I ...
2
votes
1answer
70 views

What Are My Options For Porting WebOS SDL + SDL_Mixer Apps to Android

I have a few published webOS music applications that use SDL for graphics with SDL_Mixer/SDL_Audio for sound. What would be the best way to make those applications available for Android? Are the SDL ...
2
votes
2answers
275 views

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 ...
2
votes
1answer
71 views

color to grey scale conversion in canvas

I am trying out a sample code that converts a color image to grey scale on a canvas in WebOS (enyo). When I use the ctx.getImageData method to read the pixels, the imageData contains only zeros. The ...
2
votes
1answer
50 views

How to detect whether a Kind is already registered or not

I am using db8 database and the Foundations JS library to interact with it in a Mojo 2.0 app. When I try to do a find to fetch objects of a kind which is not registered I get an error saying that the ...
2
votes
2answers
174 views

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 ...
2
votes
1answer
2k views

Where can I find flash player installer for the HP Touchpad emulator?

I tried using the Software manager, but it never leaves the loading screen on the emulator. I can't find an ipk package file either to install via the palm-install command.
2
votes
2answers
113 views

How can I detect in code if the TouchPad is not connected to WiFi?

Currently I'm looking at attempting a web request and seeing if that fails to determine if I'm online or not, but ideally it'd be nice if there was some hook in the OS that would alert me when I'm ...
2
votes
1answer
342 views

How do I show/hide images in Enyo?

I am using HP webOS 3.0 and the Enyo framework. I have simple question that how can I show and hide images on click of a button. I have 2 images and I want to show images on click of one button and ...
2
votes
1answer
138 views

Javascript Binding SQL results to a function

All, I am working with WebOS enyo, but having a really senior moment.... Basically the fact its enyo has no relation to my question however... I have a method: clickPopulate: function(){ // ...
2
votes
1answer
114 views

Accessing the WebOS clipboard From an Enyo Application

When developing a WebOS application with Enyo, is it possible to access the clipboard contents? That is, if I copy a bit of text to the clipboard on a Touchpad or Pre device , can I programmatically ...
2
votes
1answer
121 views

Grabbing a screenshot programmatically in webos

Is there any way to grab a screenshot of the currently active screen in webos programmatically? The use-case is an app that takes a screen shot every few seconds for recording user activity. EDIT: ...
2
votes
1answer
218 views

jPlayer 2.0 Elapsed/Remaining Time

I'm working with jPlayer 2.0 I've got it playing, pausing, etc...but how do I grab the elapsed/remaining time attributes from the jquery object? I've tried the event handlers and even provided HTML ...
2
votes
1answer
408 views

How to pass canvas pixel array to C++ code and save it in jpeg?

I have my pixel array of html5 canvas pixel array object. I want to convert it into an integer array and pass it to a C or C++ method to convert this array to bits and save it as a jpeg image var ...
2
votes
1answer
264 views

WebOS Resets LocalStorage On Browser Close?

I have an HTML5 webapp wherein I use localStorage to retain some client-side user settings between uses. I thought I had it all working well, but I recently find that in the WebOS browser the ...
2
votes
1answer
76 views

c support in mobile platforms

is c language supports android,blackberry,iphone,windows mobile,webos Thanks in advance AsWan
2
votes
1answer
62 views

Palm-pre app loading takes forever

HI, I am new to WebOS dev. I finished writing the sample app of chapter 2 of this book, everything seems to be correct except when I start the app I get this: Is like my app is still loading but I ...
2
votes
1answer
171 views

Starting PalmPre2 Dev. Palm-install says: “no devices found”

I am a iPhone Developer trying to start PalmPre2 development, so I am doing as written here I have my emulator working and running. I have created my workspace directory $mkdir palmWorkspace $cd ...
2
votes
2answers
179 views

Encryption in Palm WebOS

My question is related to the one here. I know how to send the credentials to a service. What I need is a way to encrypt those credentials. In browser javascript/ajax, when I need to access a service, ...
2
votes
1answer
211 views

Calling setupWidget from the stage assistant in WebOS/Mojo

The scroller and other widgets in Palm's WebOS are commonly called like so: this.controller.setupWidget(Mojo.Menu.appMenu, {}, this.appMenuModel); within on of the JavaScript assistant files ...
2
votes
2answers
125 views

Palm Mojo: Object properties

There was another question with an answer saying that you can use event.down.x to get the x-coordinate of a tap event. It also said that this was not well documented in the Palm Mojo SDK. My question ...

1 2 3 4 5