jQuery Mobile is a touch-optimized web framework for smartphones and tablets. It provides a unified user interface system across all popular mobile device platforms, built on jQuery.
0
votes
0answers
6 views
JQM - history.back() blinking to top/bottom
I have below code for my app:
HTML
<button class="back" data-theme="a">Back</button>
Js
$('.back').click(function(e){
e.preventDefault();
e.stopImmediatePropagation();
...
0
votes
1answer
6 views
jQuery mobile responsive panel swipe open/close dismiss
The goal is to have a page with two panels (left-panel, right-panel) that open and close on swipe events, but also enable a responsive design (such that when the screen is large enough, the user can ...
0
votes
0answers
9 views
MVC 4, JqueryMobile not scrolling up or down on ios or android
Guys i am a bit of a noob with MVC but have used Jquerymobile in the past without any issue like this. My Project is a MVC 4 c# with Jquerymobile 1.3.0. It has a panel for a menu but does not scroll ...
0
votes
0answers
23 views
How to populate dropdown & radio using Backbone View
I am playing with Jquery Mobile along with Backbone. Have some scenario to populate the dropdown(select) when one of the radio (option) is selected.
View and markup can be viewed from here [partial ...
1
vote
1answer
13 views
jQuery Mobile Accordion not expanding (KnockoutJS)
I'm using jQuery Mobile and KnockoutJS and can't get the Accordion widget to work. You can find an example of what I'm trying to do here: http://jsfiddle.net/NYTQC/1/. The accordion panels does not ...
0
votes
1answer
9 views
jquery mobile : how to manage the initialisations of selects and inputs after a $.mobile.changePage
I am developping a single page app, and I inserted a splash screen that disappears after a few seconds. But then, when the next page loads I have a problem handling the select and the ìnput range. I ...
0
votes
3answers
60 views
Jquery change button value not working
I've struggling for hours and I cannot get the following code to work;
<li>
<img width="100px" height="100px" src="$profile_picture">
<p>Username: $username</p>
...
1
vote
1answer
17 views
iPhone - Using jquery-mobile in a UIWebView
I have never used jquery before, and I am trying to use it on a UIWebView, I though it would be easy but clearly I must be missing something obvious, I kinda followed this SO JQuery Mobile not working ...
2
votes
1answer
11 views
How to Disable “Slide” page transition on certain links for certain devices? -defaultPageTransition alone isn't enough
I'm working with jQuery Mobile. For certain links - but not all, I am using the following page-transition code right in my markup:
data-transition="slide"
This is working well, but I want to ...
1
vote
1answer
12 views
jtsage datebox changes my header from fixed to inline
I have a strange problem when I try to use jtsage databox.
The header and footer of my jquerymobile page are supposed to be "fixed".
And until the user opens the data picker, these header and footer ...
0
votes
1answer
10 views
Cannot close slide panel in jquery mobile before page change
I'm using jquery mobile 1.3.1 for my current app. In there I use a page skeleton like the following
<div id="map-page" data-role="page" data-navigation="true">
<div ...
0
votes
1answer
44 views
Can't physically select checkbox the first time through
When I test the page and click the checkbox nothing happens. If I go to another page and come back, the checkbox works.
HTML
<fieldset data-role="controlgroup" data-type="vertical" ...
2
votes
1answer
55 views
How to detect back button event?
How to detect back button event when navigator.notification.confirm is opened? Back button just close pop-up, but event document.addEventListener('backbutton', onBackKeyDown, false); doesn't raised.
-1
votes
1answer
17 views
Uncaught TypeError: Cannot set property 'mobile' of undefined in jquery mobile
kindly please tell me jquery components are not working which libraries should i have to import for jquery Mobile
0
votes
3answers
55 views
Printing Json data as Html Table
I am using PageMethod to retrieve Table data in Json format using the following C# Code
[WebMethod]
public static string GetJson2()
{
StringBuilder sb = new StringBuilder();
StringWriter sw = ...
0
votes
0answers
22 views
multiple transition effect on jQuery mobile
I use jQuery mobile on my mobile web site. My menu.html looks like this, when I click to open other pages(language.html and account.html) I flips two times.
This happens only on android 4.2 google ...
0
votes
1answer
15 views
Jquery mobile - page id's with a dot inside don't fire on pageinit
I've got a valid and working page that begins with this definition:
div data-role="page" data-theme="b" id="alkohol.test" data-url="alkohol.test" tabindex="0" class="ui-page ui-body-b ...
0
votes
1answer
11 views
jquery mobile - listview widget is not displaying for dynamic content
I have a parent list (ul-li), while clicking the li from the list i am creating the new child list and adding it to a new page. I am getting the proper Jquery mobile's listview for child list for ...
0
votes
2answers
15 views
Showing page before data request on jQuery mobile
When my mobile web app (which runs inside of PhoneGap) starts up, it performs a request for data from the server. The problem is that the screen stays black while it is performing this request. When ...
1
vote
0answers
25 views
Suspect javascript not loading when opening quiz.html page from index.html
Working:
Initially, When quiz is inside index.html, everything works fine. I could access the quiz section by using #quiz, as shown below:
<div data-role="content">
<ul ...
-1
votes
0answers
12 views
Phonegap: executesql callback as null
For callback the result from the database in phonegap use following .After the execution it showing result null result.i need to conver the result to json format.
json format like this: ...
0
votes
0answers
19 views
Compatibility of JQuery Mobile 1.3 and JQuery UI 1.10
I tried to to use JQ Mobile as main UI, and JQ UI solely for implementing a drag and drop function. When including JQM library first and then followed by JQ UI, some widgets and JQM functionalities ...
0
votes
1answer
28 views
HTML5 - Can't Display Small Letters
I am developing an HTML5+PhoneGap+jQuery Mobile application for Android tablet(3.0).I am trying to write the following:
<div data-role="content">
<a data-role="button" ...
0
votes
0answers
21 views
Online tool for creating web pages for mobile faster with rich look and feel [closed]
I am looking for a tool which is freely available/online/opensource which helps to create rich UI Web page(HTML5+CSS+Jquery) for Smartphones quickly.
Or any framework which will port my existing web ...
0
votes
0answers
28 views
Using Angularjs with jquerymobile not able go back with the back button
Hello friends i m using angularjs with jquery mobile in my app and done routing with mobileangular adapter javascript that will handle routing (jquery-mobile-angular-adapter-standalone.js).
i have ...
0
votes
1answer
29 views
Can't Display data from mysql on table jquery mobile
to the point, I'm having trouble with jquery mobile. If i innactive the source from jquery my script run. but if I Activate the source of jquery, my php script didnt work.
This my script
...
0
votes
1answer
28 views
How to disable the default JQM page in a SPA?
I have a single page JQM application - all JQM "pages" are in one document:
<div>
@RenderPage("Views/login.cshtml")
@RenderPage("Views/page1.cshtml")
...
0
votes
1answer
20 views
jQuery Mobile file usage
Something was pointed out to me that I never heard of before and came as quite of surprise to me: the files to include when using jQuery Mobile and a custom theme.
As their site states, if you just ...
0
votes
1answer
19 views
jQuery Mobile Hosted on Server 1 and Retrieve Data from Server 2
I have a simple jQuery Mobile application that is hosted on Server 1. It includes some php pages that query a database hosted on Server 2.
This all works fine when everything (jQuery Mobile website ...
1
vote
1answer
19 views
JQM ajax page reloading multiple times
Wierd one here...
I am setting up my application, and I am loading in another page via the ajax method. Between these pages I have a simple forward/back method.
On the firing of the back method, I ...
1
vote
0answers
26 views
jquery mobile use data icons in help text
I have a jquery mobile app where users are presented with several lists of items. each item has a data-icon. The user can add any item to her own list by tapping the item's 'plus' data-icon, which ...
2
votes
1answer
21 views
jQuery mobile misses css effects on vclick/fastclick
As anyone who has used jqm on an android/iOS device knows, the 300ms delay can cause headaches.
Thankfully there are a variety of solutions -- use fastclick.js, "vlick" method, and other options.
...
0
votes
1answer
16 views
Yii Minscript Error with Jquery Mobile
I tried minifying the Jquery Mobile javascript file Using YII minscript extension which wraps Minify. But i keep getting a javascript file that seems to be missing a few codes and throws errors. I did ...
0
votes
0answers
8 views
JQM detect browser close / reopen
Is there any event detecting if the browser is closed / reopened again? For example it would be great to know if the browser is reopened on iphone so new data can be loaded.
Thx
Stefan
0
votes
0answers
26 views
Google Maps is loading endlessly in JQuery Mobile
I am using google maps in one of my jquery mobile pages, and instead of loading the whole maps javascript files on every page, I've included them into the page in which google maps is used.
But when ...
0
votes
0answers
36 views
Differences between JSON response with Safari and Safari Mobile
I noticing some strange behavior between different browsers with a JSON response. The browser i'm having the issue with is Safari Mobile, specifically the iOS simulator.
I'm using Codeigniter and am ...
0
votes
1answer
32 views
how to use jquery-mobile listview to link to inner pages with UrlVars?
I have a problem with jquery-mobile listview.
I some inner pages (#page1, #page2,..) into the same html file.
e.g. in #page2, I have a jquery listview object:
<ul id="itemList" ...
0
votes
0answers
14 views
Jquery Mobile not rendering in Emulator and Mobile
I have developing a simple quiz app. using jquery mobile. The question text and answers of radio button and checkboxes are dynamically appending and the answer component is created by using a function ...
0
votes
0answers
9 views
Iscroll-2.0 or iscroll-lite for jquery-mobile-iscrollview 1.3.0
I've tried both iscroll-lite (v4.1.6 delivered with iscroll-4.2.5) and iscroll-4.2 when using jquery-mobile-iscrollview 1.3.0.
Both work on IOS. iscroll-lite doesn't give me a scroll bar on Chrome ...
0
votes
1answer
20 views
linking the 2nd div page in html
I have a link.html and back.html and in link.html I have 2 pages
link.html
<div data-role="page" id="page1">
<div data-role="header">
</div>
<div ...
1
vote
3answers
44 views
Change jQuery select option programmatically - Doesn't work
I' m trying to remember the descision of an selected option within an jquery select. Unfortunatly, I can't select the wanted option programmatically.
Here are some more Details: The HTML:
<div ...
0
votes
1answer
32 views
jQuery mobile listview multiple click event
I fill list dynamically, and after that on click I have multiple calls of event. 1st time it is repeated 1 time, 2nd time 2 times, 3rd time 3 times, etc...
0
votes
1answer
18 views
Handling Android back button in jQuery Mobile
I'm creating a jQuery Mobile app which is contained within a Titanium app's webview. When the Android back button is pressed, it exits the app rather than going to the previous page (not the best ...
-1
votes
0answers
27 views
Dynamically get the values on the select option
I'm working on JQuery Mobile. I included data-native-menu="false" in the code. I have to dynamically get the values on the select option, but when I check it out, I wasn't able to get those values.
...
0
votes
0answers
20 views
Is it possible to use a cocoa control like inputtoolbar in Phonegap?
I have an app developed in jqueryMobile and Phonegap for iOS. I would like to use a cocoa control I have found called InputToolbar
Is it possible?
0
votes
1answer
21 views
To show a hidden div with If-else condition for mobile quiz application
What I want to do:
I am trying to create a mobile quiz application that could display a list of questions in a form one by one.
What I am able to do:
I have read through this site and am able to ...
0
votes
1answer
11 views
jQuery Mobile - Collapsible List as a header bar item
I'm trying to give a "Options" drop down in the header bar. I've successfully added it to the header. But the problem is, it is stretching in its "expand" state, and return to normal in its collapse ...
0
votes
0answers
18 views
Background image fix doesn't work Css/jquerymobile
the main page of my App has a content that is scrollable and I need to make the image background fixed. That' s the code of my css:
ui-overlay-e {
border: 1px solid #f7c942 /*{e-body-border}*/;
...
0
votes
1answer
22 views
why horizontal Scrolling done by jquery mobile is very slow in android phone?
I have implemented a div with a image in it.initially the div has class div1. When a checkbox is checked I removed the class div1 from the div and added div2 using jquery mobile. But when I ran this ...
0
votes
2answers
37 views
how to speed up changepage in jquery mobile for phonegap app
I am using jquerymobile 1.3.1 for my phonegap android app. The change page methord is slow (more than 1 sec) in android without page transition (defaultPageTransition=none).
touchstart and tap events ...


