I'm trying to find out what the co-ordinates of a users finger when they slide it around the screen.
So in otherwords, if the users taps the screen in the far left corner and drags their finger, without lifting it from the screen, to the borrom right corner; I want to know the full set of co-ordinates.
Would it just be via the down met...
My application has a preference screen which has a feature for changing the background color or theme. For that, I am using png images with different colors. When I go to the main screen, I am using some other image depending on the image selected in the preferences. To do that, I am changing the background image with CSS in the deacti...
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 we do?
...
Hi all-
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 some kind this year- probably either webOS or Android since I'm on a PC and can't afford a Mac just to write an iPhone app.
So my...
This would obviously begin with the applicationManager, as in the example represented, "palm://com.palm.applicationManager/listLaunchPoints". The listLaunchPoints is the method used to get all apps listed in the Launcher as I understand. What I really need to know is how to specify a particular appllication from the list and access it fo...
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 helpful. For example it tells me the HTML is optional so I can have just javascript (but I don't know what sort of javascript I should put ...
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 I believe webOS is also multi-touch enabled. Do Android 2.1 and/or webOS have access to multi-touch in the browser, or is this currently ex...
Hi,
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
...
Hi,
I'm not familiar yet with WebOS dev (just started this weekend) but I didn't find any "MapView" widget in the reference library.
Is there any way to include a WebView in my app or do I have to start the map app from my app ?
Thanx.
...
Can YouTube videos be played from within an AndroidOS without launching the separate YouTube player? How about WebOS or Blackberry?
On the iPhone I can do this with a WebView and the embedded YouTube code and I'm weighing the possibility of porting my app to other mobile platforms. Thanks
...
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 or service API's.
...
Hi
i want to update list selector items dynamically .i am set the list selector widget like following
this.ConversionToNumaric= [ {label:$L('One'), value:"1", secondaryIcon:''},
{label:$L('two'), value:"2", secondaryIcon:''},
{label:$L('three'), value:"3" , secondaryIcon:''}
]
this.cont...
hi
in my project that is developed using palm technology ie webos ,in this application form is not get scrolling option automatically,so i have to apply scrollbar manually.with this user can feel userfriendly.could some help me in this isue hoe to apply scrolling manually.
thanking u
...
I'm working on a web application where I'm trying to capture when the user rotates the screen. Fundamentally, I want to know if the user is browsing in portrait mode or landscape mode. The iPhone/iPad and Android browsers send a resize event when the screen orientation changes.
Unfortunately, the browser in webOS doesn't seem to send t...
Hi Fellas,
I am new in Palm application development and my project demands to connect my application with client's server. Issue is that, client has provided me with pre- developed htmls, javascripts, and server interaction json files. I am in a fix like how to use them. Is it possible to use external html and javascript files(not devel...
I'm trying to use a dropdown in a PhoneGap app I'm writing. It uses a simple <select>:
<select>
<option value="1">First</option>
<option value="2">Second</option>
</select>
This works fine on Android and the iPhone (including behaving like a native drop-down would on those systems). However, it doesn't appear to work on webOS (nei...
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 is how can I find the properties that I can use for any given Mojo object?
...
Can't get it to scroll horizontally. What am I missing?
Here's my code in first-scene.html:
<div id="main" class="palm-hasheader">
<div class="palm-header">Header</div>
<div id="scrollerId" style="width:500px; height:500px" x-mojo-element="Scroller">
<div>
My Text that goes on... and on... and on... horizonta...
I'm writing an application in PhoneGap that I want to run on iOS, Android, and webOS. jQTouch plays nice with everything on iOS and Android, but not webOS.
Since the webOS Mojo framework is based on Prototype (which uses the $ variable), it's necessary to use jQuery in noConflict mode. I can handle that much.
However, the problem is th...
Hello, I have been working with a iPhone app that I would like to have switch views like the Palm Pre does for multitasking. I know the usual way of switching views by using the black bar at the bottom of the app but the app I am working on does not lend itself to having a big black bar in the way (see attached picture #1).
I guess my q...