Questions tagged [xui]

A lightweight, dead simple, micro-tiny, modular JavaScript framework for building mobile web applications

XUI.js

On GitHub: https://github.com/xui/xui

About

xui was born in 2008 while the popular phonegap framework was being developed. it was created out of necessity for a solid dom framework that understood the latency and initialization characteristics of the mobile web. today most frameworks are still catching up to the mobile revolution, tacking on compatibility as an afterthought and, often, only for ios.

xui is the smallest framework that works across all of the devices in the mobile landscape. it does not try and dictate a page structure or widget paradigm. instead, it uses the dom and since most mobile applications consist of lists and buttons, we feel, html and css do a fine job of rendering.

Features

  • clean, familiar, chaining syntax.
  • super tiny 10.4kb footprint (4.2kb gzipped).
  • only library with targeted builds for webkit, ie mobile, and blackberry.
  • mit licensed.
53 questions
11
votes
4 answers

Sencha Touch vs. jQtouch vs. GWT mobile vs. XUI vs. jQuery Mobile vs.

Hey, there are some posts out there discussing mainly Sencha Touch and jQtouch. I understand that Sencha is more for heavy apps. Read here: http://9-bits.com/post/723711597/jqtouch-and-sencha-touch But what about GWT mobile vs. XUI vs. jQuery…
j7nn7k
  • 17,995
  • 19
  • 78
  • 88
3
votes
4 answers

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?
Bryan
  • 17,201
  • 24
  • 97
  • 123
3
votes
3 answers

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 change I've been considering is replacing JQuery with…
mao
  • 1,059
  • 2
  • 23
  • 43
3
votes
1 answer

Extend without override

I'm in a way to make compat between XUI & Backbone but I met a problem in my design. I guess. There it is. I want to extend XUI with a method call attr which would be able to deal with a hash of attributes/values. jQuery does, and Backbone exploits…
Adrien
  • 2,088
  • 1
  • 18
  • 35
3
votes
2 answers

BlackBerry Torch 9800 webkit browser issues with Javascript events

I seem to have a huge issue with the BlackBerry Torch 9800 webkit browser. That browser support HTML5 and javascript. The look of a web page developed for mobile device in HTML 5 looks the same for the iPhone, Android, and the Torch. But…
user506191
  • 31
  • 4
3
votes
3 answers

trying to get XUI working

I am trying to get javascript framework XUI working, but having trouble getting it to work on any desktop browser. More on XUI here... http://xuijs.com/documentation