Tagged Questions
The palm-pre tag has no wiki summary.
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 ...
6
votes
3answers
617 views
Now that Palm Pre SDK is out, what does it take to develop for that phone?
I'd like to know what languages and tools (debuggers, IDEs, profilers, libraries, etc) are available for those wanting to develop for Palm Pre.
Also, I'd like to know what technological restrictions ...
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 ...
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
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
2answers
450 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
3answers
2k views
Debugging Mojo for Palm Pre with Eclipse & Aptana
I'm pretty new to Eclipse and Mojo (.NET guy). I'm having difficulty debugging. I can set breakpoints and switch to the "Debug" Perspective, but no matter what I can do (I am running in debug mode), ...
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
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
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 ...
2
votes
1answer
103 views
Can any Palm Pre be used for development?
We're about to start developing software for the Palm, using WebOS.
Though an emulator is available for testing, I always feel more confident seeing it run on a physical device as well.
I can't find ...
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
1answer
69 views
Fine-Grain Timing in WebOS
I'm looking to build a program that works within soft real-time schedules; to do this, I need to generate a timing event at an interval significantly less than a second.
Is there an API that exposes ...
2
votes
2answers
2k views
2
votes
1answer
483 views
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 ...
2
votes
1answer
353 views
2
votes
3answers
229 views
Palm Pre and Visual Studio. Possible?
The development experience for the Palm Pre sucks, to say the least. At best you are working on JavaScript in Eclipse with the Aptana plugin. The intellisense you get is really, really dismal. You ...
2
votes
1answer
928 views
Mojo.Event.tap - how to get tap coordinates?
I am having difficulty with finding out how to get tap coordinates from tapEvent object, which is passed to my custom handler (I didn't find it's specification anyway). There is also singleTap event, ...
2
votes
2answers
1k views
Palm Pre Emulator Internet connection problem
I am running the Google Map application which is part of Palm Emulator. On launching the application , it displays "Google Maps requires internet connection". When i run emulator, do I need to ...
2
votes
1answer
334 views
Palm WebOS - How to get user's phone number?
How do I get the user's phone number on Palm Pre's WebOS?
Thanks,
2
votes
3answers
1k views
Mojo SDK - set a timer
I'm messing around with building an application for the Palm Pre.
I have a simple question: How can I set up a timer for some code to get run after a certain amount of time has passed?
I tried ...
2
votes
1answer
437 views
Will the Palm Pre Mojo SDK grant access to bluetooth apis?
Does anyone know if Palm's new Mojo SDK will grant access to bluetooth APIs? Perhaps in some form or fashion? I can't get any information about it and given I have to choose what to spend my money on ...
2
votes
5answers
400 views
1
vote
0answers
37 views
How to replace image pixel in Webos Palm js
I want to replace image pixel color with other color in webos. so can any one suggest how i do this.
Thanks
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
108 views
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 ...
1
vote
1answer
170 views
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 ...
1
vote
1answer
116 views
how to apply scrollBar to the form manually in palm application
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 ...
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
654 views
How to view console.log output when running javascript app in Palm Pre browser
I'm trying to debug a javascript-heavy webapp running on the Palm Pre browser. There are various useful debugging messages that the app will output to console.log(). This app was not built ...
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
1answer
858 views
how to convert image into bytes (like byte array in .Net) using javascript in Palm WebOS
In Palm WebOs I need to convert an image into bytes (like byte array in .Net) to pass it as a parameter to a web service, where I can convert back this bytes data to image and save on server.
Please ...
1
vote
1answer
320 views
Debugging web app on the palm pre?
I have a web app that works fine on desktop browsers, but struggles on the palm pre browser (via the emulator). How do I debug the app on the palm pre browser? There doesn't seem to be any error ...
1
vote
1answer
371 views
Palm Pre not picking up embedded YouTube videos
I've embedded a YouTube video onto a site (built in drupal) using the embed code from the video's YouTube page.
If I visit that page on an iPhone, it picks up the fact that there is a YouTube video ...
1
vote
2answers
917 views
How to create toggle buttons within a dynamically rendered list
For my palm pre app I have a dynamically generated list (pulling in data from SQLite, loading into the model, binding). This works fine, but now I need to add an on/off toggle to each of the ...
1
vote
8answers
5k views
iPhone app port to Palm Pre or Android?
I have a very popular Apple iPhone app and wish to port to another mobile platform. What is best the Palm Pre or Google Android? The Android has more popularity with manufacturers but I worry about ...
1
vote
1answer
214 views
Mojo Messaging Service - Device URL
Does anyone know the URL for using the Mojo messaging service with the device. I can get it to work with the emulator from Google App Engine and .NET but it does not work on the device. I've read in ...
1
vote
3answers
336 views
Recommended reading material for getting started with webOS/Mojo SDK development?
I am starting to delve into the world of webOS and the Mojo SDK and having a great time so far, but I find myself having to constantly take a detour and read up on different subjects such as JSON, ...
1
vote
1answer
241 views
Mojo SDK retrieve all contacts
I'm playing with the Mojo SDK and I want to get all contacts.
this.controller.serviceRequest('palm://com.palm.contacts/crud', {
method: 'listContacts',
parameters: {
limit: 100
...
0
votes
0answers
63 views
ASP.NET Mobile Site
We are having our website in asp.net and it works fine in when we open it through normal pc, iPhone, Android, Blackberry etc. However when we try to open the same website with actual Palm Pre mobile ...
0
votes
0answers
14 views
can't get music, ringtones and more directly to a palm pre
Ok, I bought my kids a palm pre, but I have looked everywhere for a way to download, send, sync n more, any ringtones, music, anything. So far I have found, to put these things directly on their phone ...
0
votes
1answer
124 views
how-to declare and listen custom events?
Developing environment: HP/Palm WebOS, Eclipse with SDK 1.4.5.465, Win7
I have a class in which I want to declare and under certain circumstances, fire an event. Then, in the corresponding stage ...
0
votes
1answer
82 views
publish image in facebook users wall from webos
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
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
2answers
357 views
Can't get horizontal scroll to work
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>
...
0
votes
1answer
554 views
Orientation change event in Browser on Palm webOS
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 ...
0
votes
1answer
216 views
Palm Pre window.scrollY property in Javascript?
Is it possible to get the window.scrollY property in Javascript on the Palm Pre? Doesn't seem to be but maybe there is a secret Palm-ish way?
I've tried:
var y = window.scrollY;
var y = ...