|
ExtensionsWishlist
Wishlist of possible extensions
|
► Sign in to add a comment
|
Search
|
|
ExtensionsWishlist
Wishlist of possible extensions
|
Gestures/Multi-touch extension. I'm working on it now.
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.
Calendar control with scrollable list below it that shows events/lists for a day.
Integration with jQuery.Address: http://www.asual.com/jquery/address please!
A native slider control (example, the iPhone's volume slider). jQuery-ui's slider doesn't play well with jQtouch. :(
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>
A datetime formfield
Second MrHappyViperfiles?' suggestion (landscape class)
zoom gesture detection
reload stable history (including ajax paths)
date/time form fields.
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/
Add local notifications on iOS 4
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"); } };
iphone-style tab bar (with ajax is better) under each page. it's convinient to switch between pages.
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!
Accelerometer and gyroscope based on the new HTML5 spec
Search bar that automatically filters a list