alpha 4 release date?
thanks for a great framework. I heard a4 will have a major update of click/tap events being quicker etc. I was wondering if you have an approximate release date for this yet? Thanks!
Timeline for a jQuery Mobile 1.0 release?
Hi all. I'm evaluating jQuery Mobile for a project in 2011 and I'm wondering if there's a timeline available for a 1.0 release... anyone? Thanks! Rich
Animated collapsible set
I'm trying to figure how to animate the standard collapsible set. I know how it works with standard jQuery but I want to make use of the one provided by the jquerymobile framework. Any suggestions ?
Page transitions are still "Blinky" on Android 2.2 & 2.3 (jQmobile A3)
Update: It occurred to me to test out the jquerymobile docs and demos page (http://jquerymobile.com/demos/1.0a3/) in my Android and the emulator (default resolution) - and I can conclude that page transitions are still blinky in Android 2.2 and 2.3 - I spent time writing up the post below, so I'll let it stand so you can see what agony I've gone through (haha) Edit: I also tried this with jquerymobile.com/test/ to see if you'd maybe already fixed this. But alas, no señor.... It still confuses the
Google's "FastButton" -- try this.
I recently stumbled across a post from a Google employee about an optimization they came up with that makes touch buttons much faster here: http://code.google.com/mobile/articles/fast_buttons.html Based on that I did some testing and on my iphone/ipad indeed button pushing is almost instantaneous -- noticably faster than using a jquery mobile 1.0a3 button. I realize that I am not skilled enough to figure out how to incorporate it into jQuery mobile, but I figured Id share the code I used for
Tab using jquery mobile?
Hi, I need 4 tabs with image feature?.i have gone through documentation but was unable to find please help. Thanks & Regards, Nithya
Corner Rounding on Android 2.2
Here's a deployment that's using the latest release from github: www.cyclistthegreat.com If you look at this on Android, you'll notice that the gear icon, the home icon and even the back up have noticeably jagged edges and are essentially unusable in this state. It renders fine on desktop browsers and iPhone. I've checked the live demo site and see the same issues there, though they're not as noticeable if it blends in with the background color. Can this be fixed or should I revert to square borders?
f.document.body is null issue in alpha2 release version in jquery mobile
I worked on jqeury mobile alpha1 releaed. my app working fine. now I changed my working version as alpha 2 then i have an issue " f.document.body is null". I didnt get why the issue came. I foolw the instuctions to upload the javascripts and css files. please give me a suggestion ....... thank you.
issue with select menu when iam getting options dynamically in alpha 3
Hi, iam using pure alpha 3 version,In my application, iam getting selectmenu options dynamically from json. when i click at first time,my select menu is not populating its options..but,it is working when i click Back button and move to prev page and again come to same page and if i click selectmenu its populating its data. can i know why the selectmenu is not populating its data at first click? Thanks, Dileep
jQuery.mobilize is now jQuery.fn.page
I just converted jQuery.mobilize to a widget which is exposed as jQuery.fn.page (and jQuery.mobile.page for the actual constructor). Now instead of jQuery.mobilize( jQuery( ".ui-page" ) ); You'll use the more common form: jQuery( ".ui-page" ).page(); Along with this change, the beforeload and load events have been renamed to pagebeforecreate and pagecreate. If you call event.preventDefault() on the pagebeforecreate event, the page initialization will not run. There is also no longer a data-mobilized
Overriding themes
Hi Anyone know if it's possible to override a style attribute from a jQuery Mobile theme using in page js / inline styles / html? Cheers
Page Transition and Address Bar
Hi, I am working on my first jquery mobile project and am having an issue with hiding my address bar when a new page is loaded on my iphone...basically, it isn't happening. I have tried <meta name="viewport" content="height=device-height,width=device-width" > but that stops landscape mode working. Here is a link: http://iamphiljames.co.uk/test/absorb_mobile Can anyone help?
URL/URI and path styles for navigation
A few months ago I was pretty excited to run into jQuery mobile. I needed to write a mobile app and being a pretty big fan of jQuery I figured it would be a great fit. I immediately started running into issues with the way that jQuery mobile was handling URLs for its fancy AJAX navigation. I found some temporary workarounds (mainly by way of disabling AJAX entirely for all form submission and about 50% of the links) in the hopes that it would be fixed sooner rather than later. The problem Almost
In alpha 3 when we get dynamically data for selectmenu...for the first click selectmenu is not working
iam getting data from json for the select menu...for the first click its not opening..when i click back button and move again to same page and click select menu,then,its working....can any one suggest me?
Need help with model dialog
Hi All, I am having problem with dialog. I have a button on the page, for eg. 'Submit'. when I click on 'Submit' button I want to show confirmation message which is in a separate html file called 'thankyou.html'. Problem is when I click it opens but doesn't apply styles, just plain text with black background and no close button. I followed exact tutorial given at http://jquerymobile.com/demos/1.0a2/#docs/pages/docs-dialogs.html. If I open 'thankyou.html' it works just fine! (applies styles and shows
JQuery Mobile Select menu -- How to control the select pop up size ?
hi, I am using the select menu in my mobile app. The menu is on the extreme right of the screen in the header section . so whenever i click the select menu, the pop up appears on the right side and seems like its cut at right. So is there any method / hack by which i can control the width/height of the select pop up ? If not , is there any method which makes the pop up appear in the middle of the screen (instead to its right) ? Please reply ASAP .
More than one data-role="page" in a single file?
The current sample set of pages seem to all refer to external pages via links. Every page that is loaded has one data-role="page" element in it. Are we planning on supporting the case where a single document contains several pages (several data-role="page" elements) ala jQTouch? - Kin
What is the Project Map of jQuery Mobile ?
What is the Project Map of jQuery Mobile ? When can we see final built of jQuery Mobile ?
How can i append data at the same time getting ajax response from server.?
Anyone can help me. I'm working in Jquery-mobile with phonegap application. How can i append data at the same time getting ajax response from server? Here more than 800 kb data is retrieved from the server as Json format This is my code: $.ajax({ url:url, data:'', contentType: "application/json; charset=utf-8", type: "POST", dataType: "json", crossDomain:true, cache: false, async:false, //success: loadAllCars,
Using $.mobile.changePage to open a dialog on page load
Our web app, http://m.goba.mobi, uses dialogs for various settings screens. In our current situation we're acting upon an option a user clicked in an email. We'd like for a dialog to open when the page loads. We're using $.mobile.changePage to trigger the load, and the page does indeed load. The problem is that the dialog is missing the close button normally found in the top left corner. Is there a trick to opening a window programmatically and still keeping the close button? We're going to try
hash/url problems with query strings/dynamic content
Hi folks, Working on implementing JQuery Mobile for a client's site and running into some hash/url problems. Not sure if I've seen a post that highlights this issue directly, though this one may be touching on some of the same issues. I'm trying to use the changePage method to navigate between URLs (no sub-pages). The client's url's don't have filenames, which is to say that their home page looks something like: FakeClient.com/mobile/home Their article pages look as such: FakeClient.com/mobile/article?id=100
Will there be really fixed "fixed" headers (without fading) in the final release?
Hi, Here's a question: Will there be fixed headers (or footers for that matter) which will be really fixed, and not fading in and out when you scroll as it is now? I ask because from all the iPhone apps I've ever tried - I've never seen any of them use the type of fadey headers that jquerymobile produces per default. It seems to me that the more "standard" header (which just stays on top, and your content scrolls freely underneath) would be easier to implement, even. I know that you have some new
jQM Alpha 4
Hey @ all, the next question regarding the upgrade from Alpha 3 to Alpha 4. I have a page flow where you navigate from one page to another through listviews. So it's like a guided selection auf necessery options. In Alpha 3 it all worked perfektly I just use link tags within the listitems and pass the paramters through the hash. In Alpha 4 a tap on the listitem is somehow fired double and selekts also an option on the next page. i.e List one: tap on item 4 => navigation to next list page there is
Framework7 and the native-like
Hi people, I just watched the functionning of Framework7 and their fabulous different system in sections "Killer Features". Ok I grant you, it's easier for them, they only work on one platform. However, the swipe back really think for a native-like feelings and the pull to refresh too. JQM to something like, I think, to the dynamic navbar. But when you swipe it does not give the same effect of parallax. And again, it's really beautiful, and ergonomic. I managed to set up the pull to refresh in effective
Navigation Issue in Jquery Mobile
Hi, I am getting white screen while transition from one html to other.Please help me to solve this issue. I am using JqueryMobile 1.3.1 version
About the "Developing jQuery Mobile" forum
Welcome! The "Developing jQuery Mobile" forum is here for discussions about the development of jQuery Mobile. If you want to discuss using jQuery Mobile to develop your own website, webapp, or native application, you should post on the 'jQuery Mobile" forum. It's the appropriate place for that discussion, and your post will get greater exposure. https://forum.jquery.com/jquery-mobile If you want to report a bug or suggest a feature to the jQuery Mobile team, neither of these forums is the place to
Customized Icon issue?
Hi, I am creating an app in jquery mobile which requires customized icon's the problem is when i implement the customized icon i am getting a round shaped icon rather thn displaying entire icon.please help me to solve this. Thanks & Regards, Nithya
Grouped select
Hello, Does anyone knows if it's possible to group select like button ? Like this : http://jquerymobile.com/demos/1.0a4/#docs/forms/../../docs/buttons/buttons-grouped.html With that I'll be abble to build a light date picker... Thanks for your help !
Support for Blackberry 5
Hi guys, Now that the new release of JQuery Mobile is out what about support for Blackberry O.S. 5? Would there be any? Can we get and ETA on when it will/ might be available?
Dialog parameters
Hi I was trying to use a dialog by specifying data-role="dialog" which works great. The issue I have is that when I pass this page a parameter in the format eventdialog.html?id=123 then I seem to be unable to retrieve this parameter via urlUtil.getUrlVars()["id"]. If I alter the dialog page to a data-role="page" then the above method works fine. I was wondering if this is an issue, something daft I am doing or if there is a way of doing this with a dialog? Many thanks
Create a date field in jquery mobile
Hi I've got a question about the DATE field. I've created a form with Jquery Mobile and I've got a field with type DATE. How I can use the native datapicker (such as iophone weel)?! Now my field seems a normal text field.. Thank's, Davide Here the code: <div data-role="fieldcontain"> <label for="data_acquisto">Data di acquisto</label> <input type="date" name="data_acquisto" id="data_acquisto" required="required" /> </div>
Flip Switch - is it possible to detect changes as they happen (onchange)?
Hi guys, I have spent hours on this and got nowhere so I'm assuming it's not yet possible to detect when a flip switch is changed? I'm using this kind of code: <div data-role="fieldcontain"> <label for="audioOn">Play Audio:</label> <select name="audioOn" id="audioOn" data-role="slider"> <option value="off">Off</option> <option value="on">On</option> </select> </div> Now I can bind an onchange event to the select element and it works but, it seems to fire many times during
How to reduce memory of Jquey mobile application?
Hi, I have developed application using JqueryMobile1.2.0 and Phonegap 2.3.When I move from one page to other page the memory will increased each time.When it reach high memory the application is suddenly closed. So how to reduce the memory of Jquery mobile application? Please guide me Thanks Nathiya
Problem with jQueryMobile Code
Hey there, At first sorry for my bad English. I'm from Germany and i have a problem with jQueryMobile Code. This is my complete code. With Firebug there is no error. jsfiddle Code I don't know what to do. So I need your help. Emjay
Listview with external domain
I am developing a webapp mobile application. I am using jQuery mobile 1.9 + phonegap 2.4. When I generate a page of HTML with listview, and the page is local, I can click in a listview item and I see back button, because I have defined data-add-back-btn="true" on all pages But when I use the same page in an external link (domain not local) , when I click in item listview, I cannot see the back button and I can not go back. Is this a bug in jQuery? How I can resolve this?
need help , touch start form 1st TD and touch end at 2nd TD.
Hi , I am new in jquery. I have a problem and yet not get any answer from forum. I have a table with some cols and rows. Now my question is how can i change the background color of 1st and 2nd TD when touch start form 1st TD and touch end at 2nd TD. Thanks in Advance.
Js file not getting loaded in html page But works fine when doing refresh in the server side
Hi, I am developing an app using jquery mobile am new to this jquery mobile. i am facing one issue that is i am about to use the js file which is there in the assets folder i have also given script tag into my html whenever i tyr to see the html page in the browser js file is getting loaded properly for the very first and everthing working fine locally .Once i place my files in server the above mentioned flow not working properly .probably i am not getting the js file in the source folder when i
i have this but external links only in dreamweaver work not in chrome
<div data-role="footer" data-position="fixed" data-id="vs_footer"> <div data-role="navbar"> <ul> <li><a href="#" data-role="button" data-icon="home" >Home</a></li> <li><a href="/map.html" data-role="button" data-icon="info" >Map</a></li> <li><a href="#page4" data-role="button" data-icon="search" >Search</a></li> <li><a href="/index2.html" data-role="button" data-icon="star" >MyTravels</a></li> <li><a href="/index3.html" data-role="button" data-icon="plus" >MyNotes</a></li> </ul> </div><!-- navbar
navbar with <ul></ul> throws error about nth-child
Hi, jQM 1.2.0, 1.3.0-rc.1 <div data-role="navbar"><ul></ul></div> throws an error out of jQuery. Reason seems to be that in $.fn.grid = function( options ) { at about 5572 ) the variable grid is null resulting in an undefined value for iterator. Inserting a check for zero children after if ( !grid) (5556) seems to fix the problem if ( $kids.length == 0 ) return; Dan
Develop jquery Mobile application to play audio and vedio files
hi, I am new to JqueryMobile Framework. My requirement is to develop an application to play audio and vedio files. I developed a simple application using JqueryMobile FrameWork in Icenium Graphit Environment.In this i have to play some audio and vedio files from sdcard.. Please suggest me to go forward.. thank you, srinivas
Next Page