Questions tagged [palm-pre]

52 questions
1
vote
1 answer

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: this.controller.setWindowOrientation("free"); but I want to be able to set it for…
Oliver
  • 809
  • 1
  • 11
  • 18
1
vote
2 answers

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 specifically for the Palm Pre but runs great on other…
thrusty
  • 864
  • 1
  • 8
  • 18
1
vote
2 answers

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?
Mi.
  • 31
  • 3
1
vote
1 answer

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 help me to convert image into string variable or…
Pankaj Pareek
  • 579
  • 1
  • 13
  • 33
1
vote
1 answer

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 console, dom inspector, etc... I'd expect such tools…
sold
  • 2,041
  • 5
  • 25
  • 32
1
vote
1 answer

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 and displays the icon that you click to pop open…
Michael
  • 1,133
  • 3
  • 15
  • 30
1
vote
2 answers

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 dynamically generated items. Including the toggle switch…
Mike Robinson
  • 24,971
  • 8
  • 61
  • 83
1
vote
8 answers

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 installation issues and incompatibilities. The Pre…
goofy166
  • 63
  • 1
  • 6
1
vote
1 answer

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 some other forums that it may be related to the…
Cody C
  • 4,757
  • 3
  • 29
  • 36
1
vote
1 answer

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 }, onSuccess:…
carnz
  • 270
  • 2
  • 8
0
votes
0 answers

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 device it gives an error saying "Index2.aspx" does…
Varun Sharma
  • 2,591
  • 8
  • 45
  • 63
0
votes
1 answer

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 assistant listen for that event, and when it's raised,…
Felipe Guajardo
  • 165
  • 3
  • 12
0
votes
1 answer

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
Aswan
  • 5,085
  • 10
  • 46
  • 70
0
votes
2 answers

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:
Header
kylex
  • 14,178
  • 33
  • 114
  • 175
0
votes
1 answer

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 and Android browsers send a resize event when…
organicveggie
  • 559
  • 5
  • 22