Tagged Questions
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 ...
4
votes
2answers
433 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
96 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
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 ...
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
253 views
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
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
1answer
327 views
When will palm's push notification go live? What are the alternatives right now?
When will palm's push notification go live? What are the alternatives right now? We are in development of an app that needs push notification to function otherwise it will just not work. What should ...
2
votes
2answers
2k views
2
votes
1answer
169 views
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 ...
1
vote
1answer
118 views
How can I hide rows in a VirtualRepeater?
I'm using one VirtualRepeater in Enyo (WebOS 3.0):
{kind: enyo.VirtualRepeater, name: "eventList", onSetupRow: "setupRowWithEvent", onclick: "doListTap", components: [
{kind: enyo.Item, ...
1
vote
0answers
223 views
Does WebOs support flash plugin yet? [closed]
If so, where can I find a download and documentation. I need to play .swf files in a WebOs application...
1
vote
1answer
181 views
How can i send SMS without open/launch the Application service in Palm WebOS?
i am sending SMS in palm webos by lanching or opening the messaging application service. Sample code is here...
this.controller.serviceRequest("palm://com.palm.applicationManager", {
...
1
vote
1answer
63 views
reflow, renderContents, createComponents in Ares for webOS
I need programmatic access to the chrome files that Ares uses to paint the DOM tree and the lack of documentation on how to access it is very frustrating. I'm building some apps that need to be a ...
1
vote
1answer
187 views
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 ...
1
vote
1answer
342 views
Orientation Questions - palm pre webos
Just a couple of quick questions...not too hard to answer hopefully!
How do I set the allowed orientation from scene to scene?
I can set it for the entire stage with:
...
1
vote
2answers
148 views
Using palm mojo on web pages?
I want to customize my web page for Palm pre. Is the a way to use Mojo in web pages for palm pre? Can I for example use a Mojo picker or a scroll tag?
1
vote
2answers
333 views
Is there an analytics tool for webOS apps?
I need to track individual page views on my webOS app, something akin to Google Analytics. I understand that tracking on web apps may be barebones, but anything is better than nothing. Does anyone ...
1
vote
0answers
127 views
Command Menu: Spaces in Labels
I am working on a Palm-Pre App.
For some Custom Functionality, I am creating a Command Menu in my App which has 3 options at the maximum. The options are labels and doesn't contain any images.
The ...
0
votes
1answer
43 views
Installing webOS PDK on Windows with Visual Studio
Because webOS has been made open-source now it seems to make sense that it is worthwhile developing for because more people will come to the platform. I've had a look at some of the JavaScript stuff ...
0
votes
1answer
155 views
Does Palm/HP webOS 3.0 / Enyo framework support image maps?
Does Palm/HP WebOS 3.o / Enyo framework support image maps??
I have an HtmlContent control that contains "image maps" -- an image with links embedded in hot spots using the HTML "usemap" attribute. ...
0
votes
0answers
56 views
Hp Palm webOS ( Map code )
I have made a google maps webos application having markers and scrolling. On clicking each marker the info bubble appears with required information.
Its working cool overall but map scrolling in ...
0
votes
1answer
68 views
How to display this JavaScript message in my webOS app?
I am writing a webOS app and I want the following code to present a "Good Morning!" message. What code do I need to put in my Main-scene.html file and what else do I need in the Main-assistant.js file ...
0
votes
1answer
91 views
How do you acquire usage data from a webOS app and store that data remotely?
I am new to webOS development. I have one app in the app store and in the next update to the app I would like to be able to identify the age of users, their location, how long they use the app, which ...
0
votes
1answer
237 views
Which fonts does the webOS browser support?
Which fonts does webOS ship with / support in its web browser?
Specifically, which fonts can you specify in the stylesheet of a web page and successfully view on a webOS device?
I'm not looking for ...
0
votes
1answer
77 views
Using Mojo.Environment.DeviceInfo frameWork
How can i get Device information using Mojo.Environment.DeviceInfo , Pleasae help me.
0
votes
2answers
77 views
How to get user phone number in palm webOS
i am going to develop an application in palm webOS, for that i need to get phone number from device. Is it possible to get phone number?. please help me to get phone number from palm device. ThanQ...
0
votes
1answer
161 views
admob for webos/palm
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
0
votes
1answer
499 views
how to call web service by supplying credentials in Palm WebOS
I am able to call a web service that doesn't require server credentials. But I need to call a web service which require server credentials(username and password) for authentication. How to call this ...