webos

Palm webOS CSS Targeting Hack?

Although it is not good practice, I am looking for a CSS hack to target Palm webOS. The problem is that Safari 3+ is awesome, and I can do some things like gradient background animations on text, but only in Safari. Right now I use @media screen and (-webkit-min-device-pixel-ratio:0) {} and it works like a charm, no Opera, Firefox, or ...

admob for webos/palm

Hi Folks i want integrate admob ads to my palm pre application.can you please suggest me and share integration code for ads.some where i found code it wont work for me Thanks in Advance Aswan ...

paypal integration for webos

Hi folks i am developing one palm pre application there mobile payment service is there.for that i need paypal integration in webos.please help its very urgent to me ...

webservices in palm pre

Hi folks how to retrieve photo images from facebook. and how to call .net webservices in palm pre Thanks in advance Aswan ...

palm webOS MailService parameter passing problem

Hi, i am developing an application in palm webOS. In that application i have to use the MailService to send mail directly without opening any of the email or compose scenes. For that i have to pass params. But i don't know how to pass the params and what params i have to pass to tha MailService. params.to ="[email protected]"; params.su...

Good Resources for difference between different mobile widget platforms?

There are a couple of good open source apps for WebOS that I would like to try porting to blackberry using the widget SDK. Has anyone else attempted this? Has anyone found a side-by-side comparison of the differences in what it takes to make an application using these two methods? ...

publish image in facebook users wall from webos

Hi folks in my application i select one image from photos and then press submit button selected image should publish in facebook user wall with some message.any idea Thanks in advance Aswan ...

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 representing a 'scene'. My application is dead simple and requires only one view, so I'm not using anything other than the stage-assistant fil...

Using Authentication with Ajax.Request

I currently have a Palm WebOS application that uses an Ajax.Request to connect to a web service using basic authentication. To send the username and password, I simply include it in the url (i.e. http://username:password@ip-address:port/) which works exceedingly well, expect for when the password contains anything other than alphanumeric...

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 WebKit, which should mean that my Firefox tests would work equally well, but I don't know how long-polling connections work over 3G (or wheth...

WebOS development requirement

Hello All, I have this increasing interest in web OS. I want to start building my own. But I am at absolute zero position. I went to websites of XIN, EyeOS, YouOS to gain some initial idea. Still exploring... Can someone tell me about how can I do scratch start. Like system requirements, technologies one should be using, some referenc...

setting MailService ' To: ' value, logined persion mail id in palm webOS.

Hi, i am trying to send an email by opening the MailService in webOS. In that compose Scene how can we place the To: value is the log inned persons mail id. How can i get mail account information who log inned in to the mobile. please help me to solve this problem. ThanQ.. ...

Is there an equivilent of jQTouch that covers iPhone, Android, WebOS and Blackberry OS?

I am about to start writing a web app for the latest smartphones using HTML5, CSS3 and JavaScript. I don’t need a framework so much as a library like jQuery. I looked at jQTouch which is great for iPhone and apparently has support coming for Android too but I am looking to cover Blackberry device Software v4.6 upwards and WebOS 5 as wel...

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, I put an ajax call in to a php script, which used hash_hmac('md5', $data, $key) as the encryption method. I need to use md5, but Mojo.mode...

Is the WebOS calendar api really as limited as it sounds?

A recent Ars Technica article rekindled my interest in WebOS so I was looking at the Services API (because I'm interested in building a replacement calendar app). I discovered the following text at the top of the calendar services API documentation: Note: To prevent unauthorized use of private user data, this API provides access ...

webOS controllers and assistant

I've started tinkering with webOS and it's pretty cool. Out of all the major smartphone platforms I have to say that webOS is the easiest to work with. Currently I'm just trying to get an intuitive sense for the framework and I'm just tinkering with basic stuff like event handling, pushing and popping scenes, etc. This has gotten me far ...

develop speech to text conversion api for mobile os

Hi Folks develop one app speech to text conversion on mobile phones.i want to develop it for supporting all mobile(android,iphone,wince,windows 7,webos).for that i would like to develop one api. is there any way develop api for supporting all above os.Please Let me know and suggest me.any other way Thanks in advance aSwan ...

How to make list in webOS look like Grid?

I tried 'float: left;', but when scrolling(slowly is clearer), only one list item scroll..but not numItem of one row..(But photos app built in palm pre ROM woks just fine) In one file: <div id="results-list" class='thumb-list' x-mojo-element="List"></div> In another: <ul>#{-listElements}</ul> In another: <li class='thumb-item'>...

How to notify webOS that I just saved a photo?

Then the photo can be seen in the Photos app. ...

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