Development team's vacation
When is the holiday(vacation) of the jQueryMobile development team? I want to know the period(schedule) which is not working. Please teach.
security hole
Does a security hole occur? Please teach.
lower compatible,backward compatible
When jQueryMobile upgrades, do it have lower compatible, or backward compatible? I want to know "whether it is necessary to correct HTML."
The Project team of jQueryMobile
Is there the Project team of jQueryMobile? I know Development Team, jQuery UI Team, Operations Team,…
Who is a representative of the jQuery Mobile project?
Who is a representative of the jQuery Mobile project? Is it Mr. John Resig? Please teach.
Best Practices - Rendering Late Binding Components
I went through the documentation and couldn't find anything on best-practices for rendering late binding components. Here's an example, 1) Make a request for a JSON response from an API. 2) The response is handled client-side and the appropriate HTML template is generated. 3) How does one inject this new component using standard jquery mobile html conventions and invoke the mobile transformer (not sure what you guys call the processor that takes the semantic html and munges it)? Best, Carl
jquery mobile UI speed optimisations
Hi there, After playing around with jqm I'm very impressed with the speed of creating apps with this. However, the responsiveness/speed is not as good as it could be. It feels at least twice as laggy on an android 2.1 phone as a native app. And this is just the UI - not even considering delay from http requests. I think we all would love to have a user experience as close to native apps as possible - I'm sure doable! Three main issues for me: 1) delay when clicking buttons. I've seen other threads
Persistant footer in 1.0a3
Hi all, I have been pulling my hair out for days even giving up and spending today trying to get appML up and going. The problem is the perstant footer and the fact that it dissapears, links stop working etc. It is a known issue I know, that almost makes it more frustrating as I know it isn't me! It is an absolutely essential feature for mobile apps and it just doesn't work. appML persitant footer is perfect. It just doesn't move, AT ALL. Can someone clever have a look at how they did it and copy
Could you help me?
Hello, I'm new in open source, so my question could be stupid. I have possibility and wish to contribute JQuery Mobile project by testing, bug fixing or coding. I search throw the forum and didn't find the way how to become a member. I'm able to develop and test on Android, Symbian, Maemo, Meego and WP7 devices. I checked test page on WP7 device and it seem like this platform is not supported at the moment. This issue possibly could be a starting point to me become a member :) So, what should I do
jQuery Mobile app. deployment
I'm trying to understand the options for deploying jQuery Mobile applications. I know I can host files on a web server and access them from mobile browsers. Is there also a way to deploy them on mobile devices so they can be used when the device doesn't have an internet connection? If so, can someone point me to documentation on that?
stop internal div from firing event associated with external div
Hi, if I have a button within a div, how do I stop the internal button clicks from also triggering the click event on the surrounding div? Here's the div and button: <div id="externalDiv" class="ui-li ui-li-static ui-btn-up-c"> <h1>When the user clicks the button, I do not want the external click event to fire</h1> <div> <a href="#" data-role="button" id="internalButton">Internal Button</a>
changing pages
I noticed there are some problems when changing pages. changing an iframe src then doing $.mobile.changePage() things go screwy going back doesn't always work properly But then I noticed a pattern when I visit my site from dev.example.com/ those bugs appear. But ... iFrame problems go away when I visit my site like dev.example.com/?mobile=1 or dev.example.com/?aoeu I ignore "mobile", and "aoeu" part. I think this may be a corner case in jquery mobile plugin. Replicating is easy: Have a html file
Select menus - demo of "too long list" not working (FF/Safari)
See the jQueryMobile demo page: http://jquerymobile.com/demos/1.0a3/#docs/forms/index.html and choose "Select Menus". Looking at the first two examples on that demo page: 1. "Select Shipping Method" - I can select a shipping method from the small pop-up list (eg: "Express: next day") and then press the page's "Back" button. No problem 2. "Your State" - this is a problem. I can select a state from the long pop-list (which jQueryMobile displays on a new page because it is too long). Everything looks
Mobile theme formatting not applied to tempate
I'm working on a mobile app with which I'm hoping to use the jQuery Template (tmpl) plugin. The app retrieves JSON data from a web service and then uses a template to layout the data. The trouble is that mobile elements (e.g. the slider) are rendering as browser native, rather than the Mobile themed version (please note: I am not testing this on an actual mobile browser, but in the chrome desktop browser). Refer to the attached screen shots: Mobile_Load is the layout when not using a template Mobile_Template
Cannot navigate using list items
Hi guys, first post, great framework. I've noticed when using list items for navigation, the user needs to click on the text to move to the next page. I assume this is because the anchor tag only spans the length of the text. Is there any way around this problem? <li><a href="foo.htm" data-transition="slide">Foo</a></li>
Background color less high then the device screen when little content on one page
Having upgraded to Alpha 3, the grey background that used to cover the entire screen (also when there was only 1 word in the entire page) now only covers the top part. Of course, when there's a more content than fits the screen this problem does not exist. I see this on iPad and Chrome, not under Android (lower resolution) Am I missing something or is this a new, obvious bug gone unnoticed?
list item with icon not rendering correctly when added dynamically
I'm trying to dynamically build a list where each item has an icon. When I try static html such as: <ul data-role="listview"> <li> <img src="images/dot.png" class="ui-li-icon"/> <div><a href="#">some content></a></div> </li> </ul> everything is fine. When I inspect the <li> element it has the "ui-li-has-icon" class. However, when I try to dynamically add the same list item, the "ui-li-has-icon" is missing from the list of classes in the <li> element. This is
href and onclick not playing nice in mobile safari
a test as simple as the following is not behaving as expected (show the alert) on iPhone/iPad. Works on all other browsers and also the iPhone simulators. <a id="trigger_a" onclick="return false;" href="jsnotworking" > <h1>Click here</h1> </a> <script type="text/javascript"> $(document).ready(function(){ $("a").click(function(event){ alert('now!'); }); }); </script> Does Mobile
Multiple Web SQL created?
This might not be a problem at all but I just need to check. I am using a Web SQL db to store some info from a external xml that I use in the web-app. Everytime someone goes to index.html it does a sessionStorage check to see if we have already loaded the stuff from the xml. If not it fetches the latest data and re-populates the db. So far no problem. However - on index.html I also have a second page with the id view which I link to (<li><a href="#view" onclick="viewResult();">View result</a></li>).
Slider on chrome have spinner controls
Version 3a. Sliders show the old spinner control using Chrome. Seems to be okay using Firefox and android 2.2. See image.
Slider still not working in webos
I love jQuery Mobile. Keep up the good work jQuery team! It seems both the slider and toggle widgets don't slide in webos 1.5.... or older. I haven't tested it out in webos 2.0 yet. They respond to a tap though... Which is interesting. Jamie Update - I just tested this in webos 2.1 and the same problem is there.
form elements are growing while page is navigating
I have a main page which has a "settings" button leading to settings.html inside it, I have a checkbox and a label for it. When moving to settings, I se the label background is very high while perform the nav-in animation, and when it's done, it shows as normal. Same goes when performing the nav-out animation (click "Back" from that page). Has anyone encountered it before? Thanks P.S. I'm using iPhone 3GS firmware 4.2
Auto Page Titles
Hi, I started developing an application using jqt (jQuery Touch), but I needed to move over to jqm (jQuery Mobile) due to the fact that I am writing the app for PhoneGap to compile into various platforms which jqt didnt support so well. In particular the tap instead of click functions While using jqt I stumbled upon an extension written for it that allows for auto titles on some pages, and i used to this to build my applications main components which reads in an rss feed for a few sections, builds
php detection for jquery mobile
Hello there, I have developed version that works for old mobiles and developed version where jquery mobile works. So one question: Is there a made script that detects all mobiles where jquery mobile works? if so please send me link.. kind regards, davor http://www.websiteplaats.nl/
Form in li element won't submit
Hello, a form submit button of a form in a inset styled list is not working, because the JQuery Mobile li click event handlers prevent the submit. Is there any solution? Cheers, Norman
Listview onclick() in PhoneGap has problem.
my code like above: <li records=[];getRecordsFromPage(pages.shift(),records); this.hide();>Test</li> it's fine on the web, but in the PhoneGap has problem, it'll not to do onClick() event could someone to help me to fix it?
Form submit returning home instead of response
I'm working on a proof of concept of a mobile ecommerce site and I've run into a problem where after a user removes an item from their cart my response shows the cart again. But if the user clicks back, it takes them back to the view cart page where the item that they removed is still in there. I was wondering if there was a way to override either the form response to go back to the home page or override the back from the cart to force it to go home?
Trying to have multiple mobile.changePage
Hi! I'm making a gallery, fullscreen. I want the user to able to swipe right and left on multiple pages, and on each page I got an image. Using this code seen below. When I just take out "firstpage" and "secondpage" the code stops working and no swipes are registered. $( function() { $('body').bind("swipeleft", function(){ $.mobile.changePage('firstpage'); }); $('body').bind("swiperight", function(){ $.mobile.changePage('secondpage'); }); } );How do I get so that I can swipe
Custom Theme
I really am enjoying jQueryMobile but how can I roll out a custom theme? I've seen the theme/swatch section but no documentation of how to override a theme or add a custom theme. Looking to change the background and add a couple of custom colors and images
What's missing in BlackBerry 4.6 browsers that gives them a C-grade?
Reviewing the device compatibility chart for jQuery Mobile, it looks like BB browsers 4.5 and 4.6 get a C-grade, but the 5.0 browser gets an A. RIM's documentation shows that the 5.0 browser has "partial" support for JavaScript 1.6, but the earlier browsers don't. Does anybody know whether jQuery Mobile simply requires the JS 1.6 features in the 5.0 BB browser? Or are there other features that the older browser don't have which give the C-rating? Do any jQuery Mobile features work on pre-5.0
Ajax Naviagtion is not working in Jquery mobile framework.
Hi , I am using Jquery Mobile Frame with phone gap to develop . Native Mobile Application. Here we are not going host the web root on Webserver. My detail.html page is present in www directory of phone gap.. Now when we click view link which is pointed detail.html. Its throwing error. Because this is not valid url as its browse file:///C:/phonegap-0.9.3/Android/Allrecepie/assets/www/detail.html.. Example: Index.html <div data-role="page"> <div data-role="header" data-theme="a">
mobile.changePage with 1.3 alpha
Coming from 1.2 to 1.3, there seems to be an issue (or change) w/ mobile.changePage. $("a[href=#page-children]").live('click', function() { var id = ""; var url = ""; if ($(this).data("id") != null) { id = $(this).data("id"); url = "/get.Children/"+id; } else { id = $(this).data("group"); url = "/get.Group?group="+id; } //take out if statement to load child
Enhancement of dynamically generated elements.
Hi! I am writing a web application that generates a lot of different elements, like div's, drop-down lists and such. As far as I understand javascript and JQM, these runtime generated widgets are not styled as other parts of the page, because they were added after JQM code ran. Is it possible to force JQM automated styling of the element? Example: After clicking on the avatar, there should be animated menu, showing drop-down list with some options. These options are dynamically generated. There probably
Wordpress login dialog box into JqueryMobile
Hello, My theme jquery mobile for my wordpress blog network is under development. Everything works perfectly but I can not run the login dialog box. The scenario that I want is as follows: 1-The login dialog box launches 2-when he clicks connect, the dialog box closes and the home page is reloaded to check the cookie and indicate that the user is connected. The problem is that the form uses the post method to wp-login.php (an external file) Currently when I click connect nothing happens ..... no load
CSS problem when adding data with javascript after visiting the page
I have a problem adding with JS content to a visited page. For example I add the 2 first items without problem, then I visited this page, and after I added the third product with the CSS problem as you can see (the text doesn't respect the indentation). I add the information with ulCart.innerHTML += liElement; I have to do this using different command o do something more after update the information? I really appreciate your response.
Styling of native selects in listviews
Hi all, i was trying to style native selects that are located within listviews. I have something like this: <ul data-role="listview" data-theme="a"> <li> <h3>Headline</h3> <select data-native-menu="true" data-theme="a"> <option value="1">Option 1</option> <option value="2">Option 2</option> </select> </li> </ul>The selects are not being styled. Outside the listview the style/theme is applied. Did anybody experience the same? Any solution? By the way: @jQuery Mobile team: You are doing a great job.
Multiselect click not only on <a> tag
Hi I suggest to not only trigger the selection/deselection of a multiselect list element when clicking on the <a> tag but also if the grandparent div with class ui-btn-inner is clicked. Otherwise one has to hit exactly the text, what does not make sense in my opinion. Kind regards, Beat
Multi-page template link in Documentation still gives 404
Is the multi-page link page going to be fixed or linked? This has been broken since a3. http://jquerymobile.com/demos/1.0a3/#docs/pages/docs-pages.html
Using selectmenus in landscape view seems to break navigation on Android (Alpha 2 & 3)
I noticed that changing a selectmenu's value on a landscape page containing 1 (or more) "selectmenus" seems to break navigation under Android. In Landscape view it seems to try to do an animation to make the selectbox disappear (Reducing it's size quickly until it's gone). This also affects the URL. "&ui-state=dialog" gets added behind the current page hash "#page-config". When I hit the "back" button in the header: the "&ui-state=dialog" disappears, my hash "#page-config" remains, the page turns
device detection?
I am curious if there are any plans to incorporate device detection on any level into the mobile framework? I know this is something more effectivly done on the server side, but all the same it would be pretty awesome to have some form of it in the framework itself.
Next Page