webos

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? ...

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 needed but lacked. As such, I would like to know what the comparative benefits/downsides would be for me as a developer in choosing one of t...

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): <ArrayOfSub xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://tempuri.org/"&gt; <Sub> <SubId>862</SubId> <SubStreamId>1</SubStreamId> <SubTimeStart>00:01:04.4450000</...

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 (Prototype, jQuery, YUI, whatnot). I'd like to play with them (all eventually but need to start with one). Here's the problem: I'm very interested i...

podcast for WebOS development?

Are there any podcasts for WebOS (Palm Mojo) development? ...

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 the authors used an early pre-release version of the OS. This leads me to wonder if the information is current enough. Does anyone have ...

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 platform is worth focusing on? ...

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 be to create 2 projects: a GWT & a Palm OS project. Setup your build to copy the results from you GWT compile into the Palm OS project. Pro...

Palm WebOS: common reasons why sound would play on one device, but not the another?

I'm finishing up my first app on the Palm Pre for a client. During testing I was sad to discover that the sounds, which work fine on my palm, won't play at all on my client's device. I'm playing sound like so: this.objAudioPlayer = new Audio(); this.objAudioPlayer.src = Mojo.appPath + 'sounds/'+'RID_SND_GAME.mp3'; this.objAudioPl...

Is it possible to use d8 to measure memory usage?

With the release of the Closure compiler, I was hoping to see if there was a difference in memory usage between a js file using the compiler and one which had not. In particular, on a mobile platform like Palm's WebOS, the very limited amount of memory available means that every little bit will help. EDIT: I should point out that d8 i...

phone call status in WebOS

how to know the phone call status or any event for handling end call in WebOS ...

how to handle end call or any event available for handling end call in webos

how to handle end of the call.my application needs to detect end of the call and i want to lunch my application when call end ...

Detect focus of html textfield in webos

how to detect text html textfield focus in webos ...

how to set dynamically value to the webos IntegerPicker

set value dynamically to the integerpicker send me the code ...

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 ? ...

how to detect textfield and intergerpicker having focus or not

i want to detect the textfield and intergerpicker having the focus or not ...

how to increase textfiled width value in webos

increse the textfield width in webos i don't know how to set userdefind txtfield width ...

Double tap in webOS

How can I implement DoubleTap event and SingleTap event separately in webOS ? ...

push scene by tapping on image

push scene by tapping on image. i am using one image when i am tap that image i want to push the new scene. it is not working. is there any way to push the scene when tap on image controle it showing error : Cannot call method 'pushScene' of undefined ...

Disable webOS Phone Links

I once had a problem where Safari for iPhone would add phone links to my HTML. This would break my code because it depended on the text value of <div id="DontTouchMyHTML">. Before: <div id="DontTouchMyHTML">8211812</div> After: <div id="DontTouchMyHTML"><a href="tel:8211812">8211812</a></div> So i added the magical meta fix for IE...