My favorites | Sign in
Project Home Downloads Wiki Issues Source
Search
for
ExtensionsWishlist  
Wishlist of possible extensions
Updated Mar 14, 2010 by davidcol...@gmail.com
Comment by tudori...@gmail.com, Mar 15, 2010

Gestures/Multi-touch extension. I'm working on it now.

Comment by kyle.r...@gmail.com, Mar 15, 2010

An efficient method to pass data from list view to another view that scales to a list with ~1000 rows. I do it now via attached javascript to each row and it is SLOW. Not sure how to do this better. Would be nice to standardize it in someway for jQT, similar to the navigation controllers of native iphone apps.

Comment by DataZomb...@gmail.com, Mar 23, 2010

Calendar control with scrollable list below it that shows events/lists for a day.

Comment by lol2fas...@gmail.com, Apr 4, 2010

Integration with jQuery.Address: http://www.asual.com/jquery/address please!

Comment by ppon...@gmail.com, Apr 6, 2010

A native slider control (example, the iPhone's volume slider). jQuery-ui's slider doesn't play well with jQtouch. :(

Comment by MrHappyV...@gmail.com, Apr 30, 2010

Would it possible to add a function by default so stuff only shows when an iPhone is in Landscape/Horizontal mode.

Something like <div class"landscape">This will only show when Horizontal</div>

Comment by torkil.j...@gmail.com, May 5, 2010

A datetime formfield

Comment by ed.m.dud...@gmail.com, May 6, 2010

Second MrHappyViperfiles?' suggestion (landscape class)

Comment by sven.he...@gmail.com, May 21, 2010

zoom gesture detection

Comment by sven.he...@gmail.com, May 21, 2010

reload stable history (including ajax paths)

Comment by drbigfr...@gmail.com, May 24, 2010

date/time form fields.

Comment by lucasv...@gmail.com, Jun 23, 2010

A bottom toolbar functionality. You may want to look at this: http://doctyper.com/archives/200808/fixed-positioning-on-mobile-safari/ or the example: http://doctyper.com/stuff/iphone/fixed/

Comment by peter.ko...@gmail.com, Jun 25, 2010

Add local notifications on iOS 4

Comment by JamesBAb...@gmail.com, Aug 13, 2010

MrHappyViperfliles?? & ed.m.dudley this is already possible; use something along the lines of the following to show/hide a class when landscape...

window.onorientationchange = function(event) {

if (window.orientation === 0) { jQuery(".landscape").css("display", "none"); jQuery(".portait").css("display", "inline"); } else { jQuery(".landscape").css("display", "inline"); jQuery(".portrait").css("display", "none"); } };

Comment by john...@accuvally.com, Aug 29, 2010

iphone-style tab bar (with ajax is better) under each page. it's convinient to switch between pages.

Comment by addydmasi, Sep 24, 2010

An extension I'd like to see is one that keeps the toolbar at the top of the screen while scrolling, like in native iOS. Thanks!

Comment by pcoiti...@gmail.com, Mar 10, 2011

Accelerometer and gyroscope based on the new HTML5 spec

Comment by email.r...@gmail.com, Sep 9, 2011

Search bar that automatically filters a list


Sign in to add a comment
Powered by Google Project Hosting