Is there any degrade examples in jQueryMobile?
Is there any degrade examples in jQueryMobile? Please teach.
Is that my hair falling out? Help needed...
I am having terrible trouble just linking to html files from within a page: e.g: <a href=".../folder/file.html">File</a> The only way I can link to files is using rel="external" - point is that these are not external pages - they are within the same domain as the entire app! I have read everywhere and tried adding a trailing slash, ? to the end of href and all sorts - still having no luck! Thanks in advance
detecting app reopen/focus when coming back from multitasking
how can i check if the app (phonegap or safari) is coming back from multitasking background state. can i force jqm to refresh or show the main index.html? thanxs markus
Listviews are moving when returning to pages
Hi. I'm having a very odd problem with listviews in jquery mobile. I have a heap of pages with listview menus at the bottom of each, which link together fine, but when I go down a page tree and hit the back button until i get to the first screen screen, the listview buttons apper at the top of the screen infront of a picture, while the shadow is still down the bottom. There is a preview of the problem at http://173.255.216.136/
Having an issue with getting the current page name on PAGESHOW event
. . . $('div').live('pageshow', function( e,ui ) { alert( "prev page=" + ui.prevPage ); }); . . . When this alert is run, all I get is "[object Object]" displayed. I though it was suppose to be the actual page name, not an object This is what the sample code on page http://jquerymobile.com/demos/1.0a3/#docs/api/events.html has $('div').live('pageshow',function(event, ui){ alert('This page was just hidden: '+ ui.prevPage); }); I'm using jQuery 1.5 and 1.0a3 of mobile, I actually would like
Button Set Centered in Header Element?
Hi, I want to create a centered button set (with controlgroup) in the center of a header. Is there anyway to do this? There appears to be controls for placing buttons on the left or right side but none to center them. Thanks, Steve
Mobile browser idle will lose variable values
Here's my problem. For desktop, I never had to worry about the javascrip variables losing their values because as long as the page is up and the browser is open, the values are there. But for mobile browsers, after idling for a few minutes, depending on the device, the javascript variable values are all gone, thus leaving my app in a strange state. I can detect if the variable values are gone by setting a test variable value to a known value and then check it to see if the value is still there. But I
Help me understand the HTML for mobile devices idea...
Hello, Let's see if somebody can help me understand the HTML for mobile devices idea. If for example, I have a "normal" web page, working with HTML + AJAX, that renders well on desktop browsers, do I need to write a specific mobile version of the website? This is what is JqueryMobile for? If I am right at the first point, how do I send the user to one or other version of the website? If I'm not right... what is it jquerymobile for, and how should I implement a version of my website that renders
Current Location Google Maps / jQuery Mobile
Hey, I'm trying to get my current location to register with jquery mobile. However, after many attempts I'm coming up with a blank screen. Can anyone point the direction? (This is the initial events of a rather large project, so baby steps....) Click here or, my code: <!DOCTYPE html> z<html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <link rel="stylesheet" href="http://code.jquery.com/mobile/1.0a3/jquery.mobile-1.0a3.min.css"
Has anyone used jQuery Mobile in a production setting yet?
In particular, e-commerce or other sales driven channels? Thanks! Chris
Loading UI for processing
Hi, I'm doing lot of ajax calls and DOM processing. Meanwhile it happens, I want to show loading screen (just like the one in Jquery Mobile). Any idea, how I can do it melodramatically. Thanks.
Developer in Munich wanted, suchen Web-App Entwickler aus dem Raum München
Hallo, wir suchen WebApp(HTML5, CSS, JS, Web)-Entwickler aus dem Raum München, freiberuflich oder auch gerne in Festanstellung. Bitte um Nachricht, würde mich freuen :-)
Submit a form without transition to a new page [SOLVED]
Hi, I have an ajax form which when I submit it, it opens a new page with a transition and it leaves back the page with the correct result. Is there any way to void this behavior? I want the result on the same page. Thank you in advance, regards.
layout options
Is there a way to place more than two items on the same row? For example, I can use a div with a data-role of "fieldcontain" and add a label and an input to it, but I can't get it to work with a label, an input and a select. It seems that ability will be critical for supporting tablet devices where there is much more screen real estate.
Load data into my phone from server
I use JQuery Mobile + Phonegap, but when I write $("#loader").load("http://www.example.com/test.php", function() {alert("Load was performed");}); don't work, but in JQuery from my computer just works!!!
header and footer native behaviour
Hi, I'm discovering JQuery Mobile Framework and I don't agree with the default behavior of headers and footers. Hidding header ans footer while scrolling is cool but this is not the standard behavior of smartphone interfaces. So my question is : how can I fix header ans footer always visible (no hidding event on content scrolling) Gilles
Linking from inside a Google map bubble to a jQuery Mobile page problem
Hi, I have Google Maps API and jQuery Mobile working together just fine. However, I have a problem when linking from inside a Google Maps bubble to a jQuery Mobile page. For example, I have markers on a map. When you click the marker, a bubble opens up with a link to a page. Once you click the link, it opens a new windows and/or exits the full screen mode when started from the iPhone Home Screen. Anyone experiencing this problem? This just creates a break in the flow of the navigation and doesn't
Events fired on page load: ajax vs external?
Hi! Is the "pagecreate" event supposed to be fired on page load, no matter if the page is loaded via an ajax call or called straight via the URL? If not, is there another way to go about knowing when jqm is initialized and done? Background: I'm trying out jqm on a site prototype I'm building, and I'm having trouble calling functions dealing with dynamically manipulating the DOM: I'm calling .listview('refresh') in some places, and my script fails, complaining about doing so before jqm has finished
jQM select menu fires change event when the same value is selected
In 1.0a3, I've found that a <select> menu fires the change event even when the user selects the old (current) value. However, this only happens in styled select menus; if data-native-menu is set to true, then only modified values trigger a change event. Is this difference in behavior by design?
Tablet support in jQuery Mobile
Is jQuery mobile supported on tablets? Does the UI get modified for the browsers in tablets? Or does anyone know when it will be supported on other forms such as tablets?
jQuery Mobile stylesheet not applied to HTML snippet inserted into document
I am trying to insert a simple 4-column grid using the Layout Grids (http://jquerymobile.com/test/docs/content/content-grids.html) sample. My grid displays as a plain vanilla HTML list. The jQuery mobile stylesheet is not applied. If I recreate the page as static HTML (see example copied below) and load it into a browser, the styles are applied. This leads me to conclude that HTML nodes inserted after the initial page load do not have styles applied to them despite having the required CSS class tags.
Why is jquery mobile so slow?
When I use jqtouch is better in speed than jquery mobile... ...I use Android 2.1
Global select box display bug??
It seems like currently there is a fairly large bug in the select box control which variates whether it displays a listview overlay or creates a new page of list items (for small/larger lists of items for usability). Even the jQM example at: http://jquerymobile.com/demos/1.0a2/#docs/forms/forms-selects.html is affected as well it seems. The bug only seems to occur if the amount of items in the select box is reasonably close or more than enough for a full screens worth of select box items but there's
How could I load a page via AJAX?
Hi!, in JQuery I write this: ..... $("#prueba_ajax").load("url", function() {alert("Load was performed");}); .... <div id="prueba_ajax"></div> ...and its ok, but in JQuery Mobile nothings happend?!?! thx.
Browser degrade
Hello , I have have buit a few pages and checkout out alot of page built with jquermobile . I have seen what the browser degrading looks like in a few devices and browsers. The question I have is , is there was way to make the degrade look better? I am trying to avoid having to different views for my site (A & <A). Thanks, J
Links styled as buttons when they shouldn't
Hi, I'm writing an App for Android using PhoneGap and jQueryMobile. In a page, I'm dynamically adding some html content and the hyperlinks I add are styled as buttons when I think they should not. I'm using the latest jQueryMobile version atm (1.0a3). Here's the code rendered: <div data-role="page" id="page_news" data-url="page_news" class="ui-page ui-body-c ui-page-active"><!-- Pàgina notícies --> <div data-role="navbar" class="ui-navbar ui-navbar-noicons" role="navigation"> <ul class="ui-grid-a">
Forms jquerymobile into dialogbox : Send Close and refresh ?
Hello, My form is open into a dialog box... I would like to send it (post method), close the dialog box and refresh the page. Is there a tutorial or a sample script to do that ?, I'm a newbie and I didn't find this into this great forum ? Caryl website1: http://caryl.fr website2: http://annonces.caryl.fr website3: http://mobile.caryl.fr
a href
Hello. If I use this version: <div data-role="footer" data-position="fixed" data-theme="e"> <div data-role="navbar"> <ul> <li><a href="logout.php" rel="external">Logout</a></li> </ul> </div> </div> I come to an error page: http://www.mysite.at/mobile/v4/(.*)"/.test(A)&&RegExp.$1;if(B){base&&base.set(B);x=fileUrl=e.getFilePath(B)}else base&&base.set(fileUrl);B=a(" Why? Thanks
Customizing size of UI buttons/input elements?
Hey everyone, I am wondering how to easily change the dimensions of the ui buttons and elements. I'd like to make the buttons 44pt height with no additional padding, because right now they seem a bit small on my mobile phone, and I've seen some best practices describe the "44pt rhythm" to be used with mobile devices. Currently I'm overriding the default styles in my own "style.css" by declaring !important styles, but this is a terrible practice, especially if there are a lot of shared classes that
xmlhttprequest instead of using php in this tutorial
http://net.tutsplus.com/tutorials/javascript-ajax/how-to-build-an-rss-reader-with-jquery-mobile-2/comment-page-2/#comment-358234 Does anyone know how one would use this tutorial and instead of using the php (not compatible with phonegap) use xmlhttprequest... Im having real issues getting it implemented.
How can I display a simple button in a list element?
Hi to All, I would like to display simple text buttons )for (example [edit], [reply] ) in <li> </li> elements _without_ became the whole li element to a clickable button. Is that possible? Thx
Develop app [load images from my phone to internet]
HI all I am developing an application in jquery mobile and php, i want to load images from my phone to internet, how should i start with it?, I know that it depends of phone model and other features like that, but i wanna start with that and i need some suggestions... thanks..
Parse AJAX content after page load
Hi, I'm using jQuery Mobile and jQuery to insert dynamic content after the page is loaded. However, the new content does not match the look and feel of the rest of the page because the content is not parsed for data-* attributes. How can I make jQuery Mobile parse the new content so that I can insert it into my page? Thanks :)
what's the purpose of passing "window" and/or "undefined"?
I've noticed the following in the jQuery Mobile source code. What's the purpose of passing window and/or undefined? (function($, window, undefined ) { // do stuff })( jQuery, this )window is global by default correct? and undefined...well, i'm at a total loss. Not even sure what that means. I know i can do a comparison like...if(typeof myvar === "undefined")...yeah, i'm confused :P
Lazy loading SELECT options?
I have a list of several hundred items that need to populate a dropdown element. While on a desktop this is (more) reasonable, for a mobile handset this is just way too much data to populate at once. The concept of what I want to do is similar to how the Android market displays apps, where you have to scroll to the bottom of the list for more items to load. Has anyone worked out a good method of "lazy loading" items for a dropdown?
Tap with live event does'nt work anymore, and form problem
Hi guys, I have a problem with labels and submitting form with JQuery Mobile. I'm programming a login form. When i submit it, my DOM isn't reload (I don't know why...) ! So all my events works thank to live() event, except "tap" event >< When I refresh my page by cleaning the URL, all my events works fine, like bind("tap", function(e){ ... So have you got any idea why my DOM isn't working after submitting a form, or how to debbug "tap" with live event :s ? My examples: #checkbox-label is a label
Ajax Navigation - Dynamic data - Passing parameter
Hi All, Currently i'm working on jQuerymobile with following example scenario. consider I have article categories, articles for selected category and actual article content. Now, I want the List view on screen which shows the article categories and when i click on any category it shows list-view of all articles for selected category. and so on. Question is : How should I pass parameter to another page to open articles for selected category.? I want the ajax driven system and I dont want to create
About bug fix
Should bug fix refer to the following? https://github.com/jquery/jquery-mobile/ How long is a period of bug Fix? Please teach.
When maintaining jQueryMobile, what is the required technology?
When maintaining jQueryMobile, is the required technology right at the following? ・JavaScript and CSS ・Git(make) ・Web application server
Bug management
What kind of bug management is it? For example… ・Is there the plan of amendment version? ・who is the person in charge of Bug?
Next Page