Tagged Questions

2
votes
1answer
1k 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
191 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
18 views

Working example with PhoneGap and Xui JS

There is some working sample that explains the usual functionalities implemented with xui, that may i follow in order to learn it? I cannot found any besides ...
0
votes
0answers
14 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
81 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
0answers
186 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
208 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
381 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
338 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 ...