- Screen name: ytzhakov
ytzhakov's Profile
12 Posts
30 Responses
1
Followers
Show:
- Expanded view
- List view
Private Message
- 15-Jan-2013 06:21 PM
- Forum: jQuery Mobile
When bluring an input (typing something and then clicking away or "done" in the keyboard, fixed header and footer go to the top and bottom of the page, rather than coming back to a fixed position.This didn't happen in iOS before. It happened only in android.The problems appear to be in line 10610 where the show() method of the toolbars will only execute if self._visible, which is false(shouldn't it execute if the toolbar is invisible?)- 29-Aug-2012 04:01 PM
- Forum: jQuery Mobile
HiI'm testing JQM 1.2 and I have this strange problem:If there's an element hidden underneath the footer, it's being clicked when I tap one of the footer elementsso for example, if I have a long page and one of the elements, say a select, is position underneath the footer, it will be tapped and opened then I tap the footer.I've only tested this on Samsung galaxy s ii with android 2.3.3any clues?- 24-Aug-2012 12:03 PM
- Forum: jQuery Mobile
I'm trying to change the default page transition from this strange fade in jqm 1.2 to slide or slidefade, but for no avail.I've tried setting in both ways:$.mobile.defaultPageTransition = 'slide'and$.extend($.mobile, {defaultPageTransition: 'slide'});both failed.any ideas?- I have this problem with select menusThey wont open on android (95% of the time) but work fine in iOS.I have tried all the fixes out there (webkit-backface-visibility, removing absolute/relative positions from buttons) but for no avail.Does anyone have a solution for this?
- 18-Jun-2012 09:06 AM
- Forum: jQuery Mobile
Hi,I think I've found a small bug.When dynamically creating a list view (the UL was already in the page, just adding LIs), round corners are not being created.The problem is that the classes ui-corner-top and ui-corner-bottom aren't added to the first and last LIs.This is the code I was using to create the listview:$("#ulProjectProps")
.append($("<li />").html("Name: " + name))
.append($("<li />").html("Voice: " + voice))
.append($("<li />").html("Bitrate: " + bitrate))
.listview('refresh');
- I want to turn your attention to the following mobile website.They have done an exceptionally good job with regards to the UI.Transitions are near perfect, the look & feel is almost the same as a native app.I wonder what ideas and/or functionality can jquery mobile implement out of that website.
- I am dynamically adding a back button to the header <a data-rel="back" />The problem is that its not going back in all pages.Lets say I have mainPage.html as my first page, mainPage.html#1 as my second page and mainPage.html#2 as my third page.When I'm in the second page (mainPage.hyml#1) and click the back button - all good. it returns to mainPage.html.When i'm in the second page (mainPage.html#2) and click the back button, I see the address bar changing to mainPage.html#1 but the page stays the same.Another click on the back button returns to mainPage.htmlAny ideas?
- 01-Apr-2012 08:50 AM
- Forum: jQuery Mobile
I've seen many posts about the topic at hand but I havent been able to find a satisfing answer.So, once and for all:1. Transitions: In JQM 1.1, transitions have become unusable due to the blank white page in the middle of a transition. For example: the slide transition goes as follows: The displayed page slides out but replaced with a white empty page, then the destination page slides in. My app users keep reporting it as a bug, and honestly, this behavior renders the transition animation useless. Is there any way to revert this to like it was in 1.0.1?2. Fixed headers and footers: Most apps would like to have a fixed header and sometimes a fixed footer. In JQM 1.0.1, the browsers that supported fixed positioning had their fixed header and footer. The browsers that didn't support this (like iOS 4 and old androids) had their header and footer disappear once scrolling started and re-apear once scrolling has ended. Not ideal, but an option one can live with.In the new version of JQM, the header and footer just scroll along with the page, never to be seen again. Obviously, this is not acceptable by any vendor/user. Is there a way to revert this to like it was in 1.0.1?Note: The post above seems like thankless nagging but it's not. I really appreciate the JQM team work.- I'm developing a JQM mobile website.I'm using iphone 4 iOS 5.0.1.
I have a lot of performance issues but the most annoying one is the rendering of a page.When a page is rendered, stupid safari renders it in parts, first the left part of the screen, then the right part.
It even happens when I click a link, for instance, in a list view.When I click an item, the blue background appears in 2 (sometimes more) parts.First the left side of the list item gets blue, then the right side (sometimes its even more annoying, first the lower left side gets blue, then the lower right side, upper left then upper right.
That's the code of a list item:
- <li class="Tweet ui-btn ui-btn-icon-right ui-li-has-arrow ui-li ui-li-has-thumb ui-corner-top ui-btn-up-c" data-icon="arrow-l" data-corners="false" data-shadow="false" data-iconshadow="true" data-inline="false" data-wrapperels="div" data-iconpos="right" data-theme="c">
- <div class="ui-btn-inner ui-li ui-corner-top">
- <div class="ui-btn-text">
- <a href="tweet.html" class="ui-link-inherit">
- <div class="Title"><span>רוני שוקן</span><span>עיתונאי ישראלי</span></div>
- <img class="imgTweeter ui-li-thumb ui-corner-tl" src="http://a0.twimg.com/profile_images/438975599/5693_140840794539_773069539_3300027_1400661_n_normal.jpg">
- <div class="Body">מרקיורי חוזר: הדולר נחלש היום ל-3.775 @HadasRibak</div>
- </a>
- <div class="Thumbs">
- <span>עודכן לפני כשלושה ימים</span>
- <div>
- <img src="CSS/images/off_reply.jpg"><span>0</span>
- <img onclick="SetThumb(this,-1,'179577757007757313')" src="CSS/images/off_bad.jpg"><span>0</span>
- <img onclick="SetThumb(this,1,'179577757007757313')" src="CSS/images/off_good.jpg"><span>0</span>
- </div>
- </div>
- </div>
- <span class="ui-icon ui-icon-arrow-l ui-icon-shadow"></span>
- </div>
- </li>
That's what it looks like:
Any ideas?- 05-Mar-2012 11:40 AM
- Forum: jQuery Mobile
HiI've upgraded to JQM 1.1RC1 and transition stopped working correctly.I'm testing it on iPhone (ios 5) and android 2.3.When I do a page transition (slide) there is a white space sliding along before the page I changed to appearsIn addition, the header flickers after the transition has finished.Does anyone know how to fix this?- In your recent blog post about JQM 1.1 RC1 you said that you remove the code that makes the toolbars disappear when scrolling and reappear in their correct position when scrolling stopped, and they are simply "scroll with the page".I would really like this option to be available since toolbars scrolling with the page seem more unnatural then them reappearing after scrolling has stopped.Could you keep this option to be enabled, if not by default, using script ?
- 20-Jan-2012 02:30 PM
- Forum: jQuery Mobile
I'm using phonegap and jqm to develop a simple application My problem is that the footer and the header are scrollable when you reach the top or bottom of the page.If I'm at the top of the page, and I scroll up, the header gets scrolled - same for the footer (see the provided image)
I've tried iScroll but it didnt fix anything. I've tried overriding jqm css settings by setting the overflow of the body to hidden and the overflow of the .ui-content div to scroll - didnt work either.
I've also tried to set the body position to fixed. Then, when I scrolled, the body didn't move but a black screen rose from the bottom and hid the page.
I was at the top of the page. I tapped the screen and moved my finger downward (scrolling up) and the whole paged moved, including the header. Nothing should have happened when I done this because I Was already at the top of the page
- «Prev
- Next »
Moderate user : ytzhakov
© 2013 jQuery Foundation
Sponsored by and others.

