jQuery Mobile has a small footprint of around 24KB of JavaScript code and 7KB of CSS styles (minified and compressed). It allows creating modern mobile user interfaces with simple HTML5 markup. Homepage: http://jquerymobile.com/ Supported platforms: http://jquerymobile.com/gbs/ Source code: ...
79
votes
3answers
24k views
Difference between jQTouch and jQuery mobile
What is the difference between jQTouch & jQuery Mobile Framework ?
Are they related (other than being both based on jQuery) ?
Do they have the same goal ?
40
votes
1answer
1k views
Capybara does not pass header after form submit
I am building a Rails 3 app which renders different views for mobile devices (using jQuery Mobile) and regular desktop browsers. I am testing with Cucumber/Capybara, and have separate test suites for ...
34
votes
13answers
24k views
Sencha Touch or jQuery Mobile?
I wonder if I were to develop a mobile Web app (now, in two weeks, or in a month), which one should I go for? Which one would you mobile Web developers go for?
If jQM 1.0 were officially released ...
33
votes
2answers
5k views
How to architecture a webapp using jquery-mobile and knockoutjs
I would like to build a mobile app, brewed from nothing more but html/css and JavaScript. While I have a decent knowledge of how to build a web app with JavaScript, I thought I might have a look into ...
32
votes
4answers
14k views
Good jQuery Mobile walkthrough or tutorial for a jquery developer?
jQuery Mobile 1.0 final is out
Important: Many of the tutorials are old and should not be followed. The current version of jQuery Mobile is 1.0! Please be careful while looking through the links
I ...
19
votes
9answers
2k views
How to fallback to local stylesheet (not script) if CDN fails
I am linking to the jQuery Mobile stylesheet on a CDN and would like to fall back to my local version of the stylesheet if the CDN fails. For scripts the solution is well known:
<!-- Load jQuery ...
17
votes
6answers
8k views
JQuery Mobile Fixed Toolbar and Footer Bar disappears?
I am using JQuery Mobile version 4.1a and using:
data-position="fixed"
on both header and footer.
When I scroll the content it disappears and then appears again.
Is there any way to make it stay ...
16
votes
1answer
697 views
What's the right way to do $(document).ready in jQuery Mobile?
Suppose I want to run some code once jQuery Mobile has finished rendering the UI. The mobileinit event doesn't work since it's raised before this happens. A quick Google search seems to indicate that ...
15
votes
5answers
5k views
Dynamically create jQuery Mobile page via JavaScript after clicking
My jQuery Mobile app consists of a single index.html page and contains only one page with a link on startup:
<div data-role="page">
<div data-role="content">
<a ...
15
votes
7answers
6k views
jquery and mobile browser compatiblity?
I want to build a relatively simple version of my site for mobile phones but i will definately need javascript and jquery for many functions.
Googling didn't help to find an answer. How is ...
14
votes
3answers
7k views
How to create a jQuery Mobile theme
How do I create a jQueryMobile theme?
Is it overriding the CSS the best way?
14
votes
5answers
4k views
Is jQuery Mobile ready for production use?
I've been meaning to use jQuery Mobile for a client project that is to go live in about 2 months (in the end of April) but I can't seem to find any roadmap for jQuery Mobile.
It is now in Alpha 3 ...
14
votes
4answers
7k views
Change button text jquery mobile
I'm using the new jquery mobile 1.0 alpha 1 release to build a mobile app and I need to be able to toggle the text of a button. Toggling the text works fine, but as soon as you perform the text ...
13
votes
3answers
4k views
Jquery Mobile nested list - Back button gone?
In the latest build of jquery mobile, the way to add a back button is by adding "data-add-back-btn="true" to your overall "page" div.
This works great. However, When viewing a nested list submenu the ...
12
votes
5answers
9k views
How to initialize pages in jquery mobile? pageinit not firing
What's the right way to initialize objects on a jquery mobile page? The events docs say to use "pageInit()" with no examples of that function, but give examples of binding to the "pageinit" method ...
12
votes
1answer
882 views
Jquerymobile's Tap-hold not working in opera mobile widget emulator
I tried implementing Tap-hold function of jquerymobile as given in one of its demos
<!DOCTYPE html>
<html>
<head>
<title>jQuery Mobile Events</title>
<link ...
12
votes
4answers
13k views
How to add home button using jquery-mobile?
By default jquery-mobile adds a back button on each page after main page. I wish to know how can I add the home button also ?
Here is an example: ...
11
votes
3answers
847 views
Where should scripts be located in a jQuery Mobile page for best performance?
Most people recommend scripts tags be placed at the bottom of the page for performance reasons - JQuery: Move Javascript to the bottom of the Page?
How does this practice apply to jQuery Mobile web ...
10
votes
2answers
3k views
jQuery Mobile Vs Sencha Touch
I am planning to create a mobile or rather a tablet version of my existing web app. The devices supported would be iPad, Xoom (android).
I am not sure which JS library to use jQuery Mobile Vs Sencha ...
10
votes
3answers
3k views
How to use jQuery Mobile and Backbone JS together in one app?
I've been enjoying using Backbone JS for a iPad HTML5 project... But I'm quickly running into a issue of needing iPad-ish transitions, form elements etc. After looking around, it seems jQuery Mobile ...
10
votes
1answer
3k views
How to regenerate jQuery Mobile style after Ajax request?
I'd like to apply autogenerated jQuery Mobile style (classes jQuery Mobile applies on page loading) after additionnal content loading via Ajax.
I load some content via Ajax which is parsed and ...
10
votes
2answers
5k views
Wrap text in list items/buttons instead of hiding the overflow
I'm trying to override the default behavior of list items and buttons in jQuery Mobile, which has text which doesn't fit on one line as hidden overflow.
If you view this on a skinny browser window or ...
10
votes
8answers
10k views
jQuery Mobile - Dynamically creating form elements
I'm creating a web-database driven offline web-app targeted at iOS devices. I'm trying to use jQuery Mobile, but I have a problem in creating the various forms.
The form options are taken from a ...
9
votes
1answer
198 views
How to cache & persist the last visited page on a jQuery Mobile application, when re-opened from iPhone homescreen?
I have a simple jQuery Mobile contact-list application. It offers the users an option to add it to their home-screen. When they do, clicking a phone number to start a call and opening the application ...
9
votes
1answer
149 views
How to detect browser focus on mobile devices?
The application I'm developing is built around jQuery Mobile and some Ajax to refresh parts of the page. Like sites that use automatic refresh, I want to stop the refresh after some condition ...
9
votes
3answers
1k views
What tech developed the “Financial Times Web App” for iPhone/iPad [closed]
If you are unsure of what I am referring to, you can check it out here:
Can the FT Help Publishers Quit Their Apple Addiction?
So my question is (if anyone knows), what exact tech did they used to ...
9
votes
2answers
13k views
Refresh a section after adding HTML dynamically to jquery mobile
I've seen a few posts on this but none of them really seem to apply, or I could just be reading it wrong. I've got some HTML that's fed to me from a server that I can't really get changed. What I want ...
8
votes
4answers
803 views
What are common sources of PhoneGap with jQuery Mobile performance issues?
I have an application written using PhoneGap 1.0 and jQuery Mobile 1.0b2 running on iPhone and iPad.
Ever since I started using the framework, I have been plagued by performance issues switching ...
8
votes
5answers
2k views
jQuery Mobile page width is too wide…
I am working on creating pages for mobile devices with jQuery mobile.
Here is the basic page template I am using:
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
...
8
votes
2answers
3k views
jQuery mobile calendar with 3-state day colours
I am looking at creating an event and reservation system
I found the SO question JQuery Mobile Calendar ? which shows jquery-mobile-datebox and jQuery-Mobile-Themed-DatePicker
I want to display a ...
8
votes
5answers
3k views
Flickering when navigating between pages
My phonegap/jquery mobile application flickers most of the time when I navigate between the pages. Is this normal or is there a solution for this?
8
votes
2answers
7k views
JQuery Mobile Viewport hide safari header and footer
On my Jquery Mobile project I'm using:
<meta name="viewport" content="width=device-width, minimum-scale=1, maximum-scale=1">
I'm getting the safari browser Address bar and nav footer.
How ...
8
votes
3answers
2k views
jQuery Mobile for mobile and desktop?
I'm developing a web app. MySql/PHP back-end, and HTML/jQuery front-end.
I wanted to use jQuery UI framework.
Now is see that jQuery Mobile is out, and I want to make the app accessible to mobile ...
8
votes
5answers
7k views
Dynamically creating jQuery Mobile pages using jQuery Templates
I am building a workout catalog using jquery mobile for the UI and jquery templates to deal with the html. I have been able to append html to an already created page AND get jquery mobile to change ...
8
votes
4answers
4k views
JQuery Mobile default data-theme
Does anyone know how to set a default data-theme for jquery-mobile?
It looks like it´s necessary to set the data-theme for every component.
Even when you set the data-theme for the page data-role it ...
8
votes
3answers
10k views
Dynamic pages with jQuery Mobile
I've been using jQuery for quite a while, and taking my first steps with jQuery Mobile.
I use index.html as the jQuery Mobile & design of my app, which calls the content from content.php (a list ...
8
votes
4answers
9k views
How does one disable Caching in jQuery Mobile UI
Tried...
<div data-role="page" data-cache="30">
<div data-role="page" data-cache="never">
<div data-role="page" data-cache="false">
<div data-role="page" cache="false">
...
8
votes
3answers
9k views
jQueryMobile: how to work with slider events?
I'm testing the slider events in jQueryMobile and I must been missing something.
page code is:
<div data-role="fieldcontain">
<label for="slider">Input slider:</label>
...
7
votes
6answers
212 views
Creating templated/persistant header/footer template in jQuery Mobile and PhoneGap
I'm diving into writing a mobile app with jQuery Mobile/PhoneGap. I'm using this sample template to start from, which uses HTML/JS to create the pages. Rather than have all the <page> tags in ...
7
votes
3answers
319 views
How to use jQuery Mobile for its touch event support only (no UI enhancements)?
I’m working on a web app that has its own look and feel. I want to use jQuery Mobile for the touch events support only.
When I link jquery.mobile.min.js (without linking the css), then the layout of ...
7
votes
2answers
721 views
How to make jQuery Mobile scrollview scroll infinitely left and right so the elements repeat back on themselves?
Basically the same as this question: How to make an infinitely long scroll view on iPhone? but using jQuery Mobile not objective C.
I'm using this plugin: ...
7
votes
2answers
866 views
Programmatically add event in iPhone/Android Calendar with PhoneGap/jQuery Mobile?
How can I create a calendar event from a JavaScript / jQuery Mobile / PhoneGap app in iOS/Android?
Are there any, e.g., PhoneGap plugins? Didn't see any in the official repository.
For iOS, the ...
7
votes
2answers
256 views
how can i get the webkit-column-count value and current page or column Id?
I am developing application using webview in android. i am loading a page into webview and splitting multiple columns dynamically using CSS3 webkit property. once user reach the last page/column i ...
7
votes
2answers
4k views
Creating a sidebar in jQuery mobile
Normally, when you create a data-role="page" element with jQuery mobile, it takes over the entire viewing area. For this reason, I don't understand how to create a sidebar. I'd like to emulate the ...
7
votes
2answers
2k views
jQuery Mobile with flot and AJAX navigation
I am trying to display a flot generated chart in a jQuery Mobile project.
If I call the jQuery Mobile page by its absolute path (sth. like: http://server.com/graph/fancy.php) everything works fine, ...
7
votes
1answer
954 views
Tree structure with Check boxes in JQuery Mobile
Is it possible to have a tree structure with check boxes in JQuery MObile. I did not find any thing in demos.
I wanted something similar this image: Is there any alternative way we can achieve ...
7
votes
2answers
570 views
sliding page in mobile web application
In jquerymobile there is a slide transition when next/prev pages are shown, but on iPhone4 its behavior/animation is like this
--next button clicked
--Url bar is shown
--whole page is moved down
...
7
votes
5answers
994 views
How to implement a first-time-only login scheme for a mobile web application implemented with jQuery Mobile, PhoneGap, and Django?
I'm in early (pre-coding) stages of developing a mobile web application using jQuery Mobile (we looked at Sencha Touch for a few weeks, but jQuery Mobile is a better fit for our team's competencies). ...
7
votes
3answers
1k views
jQuery Mobile - all pages in index.html vs. single external pages - What gives better performance?
"The jQuery Mobile "page" structure is optimized to support either single pages, or local internal linked "pages" within a page." jQuery docs
What gives better performance for a jQuery Mobile ...
7
votes
3answers
1k views
Risks of programming sites with jQuery Mobile?
The jQuery team recently launched http://jquerymobile.com/ with the intent of creating a user-interface library for mobile devices.
Our aim is to provide tools to build
dynamic touch interfaces ...