Tagged Questions

2
votes
1answer
2k views

xhr with phonegap on the blackberry

I am trying to submit an xhr using phonegap on the blackberry. Currently when I make the request it fails silently. I have tried using jQuery jQuery.getJSON(url , callback), an xhr object var ...
2
votes
4answers
3k views

QuickConnect vs Phonegap

What JavaScript Mobile development tool would you use based on momentum, existing documentation and functionality, and ability to get passed the App Stores strict policies?
1
vote
1answer
250 views

zepto.js vs xuijs for PhoneGap

I'm developing with PhoneGap for a month already. In my first app, I used JQuery and the results were horrible. I learned about zepto.js and xuijs being two of the most recommended libraries for ...
0
votes
0answers
24 views

Sending post request using xhr in xui phonegap

I am using xui a phonegap plug in to consume web services. It is working fine with get request but when i am giving post request. Its always calling error function. I am using following code - ...
0
votes
0answers
23 views

xui.2.3.2.min “cannot find function addEventListener in object” exception

I just downloaded the minimized version of XUI JS framework version 2.3.2, and the compiler gives me the error Cannot find function addEventListener in object [object global]. The error are risen on ...
0
votes
2answers
91 views

JQuery replacement - Which to choose?

Just a quick question about JQuery, I've been using phonegap and made a few apps with JQuery. One in particularly runs really slowly so I've been trying to slim it down as much as possible. One ...
0
votes
1answer
208 views

Can XUI create swipe, slide and fade transitions?

I'm trying to build a phonegap application that I hope to work on blackberry OS6+, iOS 4+ and android 2.2+ devices. I'm taking a look at XUI.JS as the javascript library. Does XUI offer me the tools ...
0
votes
1answer
321 views

Getting JSON/JSONp data from PHP file on external server via XUI on a PhoneGap App?

I'm currently working on a mobile app at the moment. Using PhoneGap 1.1.0 on an iOS 5 iPhone 4. I have some of the basics working. I haven't been working on it long and now I need to be able to get ...
0
votes
1answer
407 views

Xui.js page anatomy

Info: I am using JQuery Mobile (in Phonegap) for building pages and navigating via them by $.mobile.changePage() or hash. This is JQuery Mobile page anatomy: <div id="foo" data-role="page"> ...
0
votes
1answer
389 views

XUI library: call web method (cross-domain)

I found only one example how to use xui.js to call web service here: http://wiki.phonegap.com/w/page/32513809/Simple-Web-Service-Consumption-with-PhoneGap-and-XUI But it isn't clear. How to invoke ...