Questions tagged [palm-pre]
52 questions
0
votes
1 answer
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 = jQuery(window).scrollTop();
Neither seem to work. Anyone know…

Genericrich
- 4,611
- 5
- 36
- 55
0
votes
1 answer
How to set default language in WebOs
How can I set the dault language of an WebOs project?
The standard way of adding internationalization in WebOS is to use the $L() function, where I can set a key to the translated string. But if the current language ist not specified in the project…

AlexVogel
- 10,601
- 10
- 61
- 71
0
votes
1 answer
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 type of web services by supplying appropriate…

Pankaj Pareek
- 579
- 1
- 13
- 33
0
votes
1 answer
how to play audio object in webOS
When I press a button I want to play audio object.
Would you be able to give me some advice how to achieve that ?

Aswan
- 5,085
- 10
- 46
- 70
0
votes
2 answers
Palm Pre on Device Anywhere
I have developed a simple application for palm webOS. Now I have the ipk file with me, but I want to test it using Device Anywhere. Is there any way by which I can install my app in their Palm Pre?

LovePalmPre
- 36
- 2
0
votes
2 answers
How do I access data from local XML files in a webOS application on the Palm Pre?
I am new at Mojo framework and Palm webOS. I want to just retrieve data from XML files using xmlhttprequest (Ajax). I am trying to get data from following script.
this.items = [];
var that = this;
var request = new Ajax.Request("first/movies.xml",…

Brijesh Patel
- 2,901
- 15
- 50
- 73
0
votes
2 answers
Palm Pre Dashboard notification
How can I get Dashboard notification in my Palm-Pre application?
user148867