0 jQT DataZombie Phonegap and orientation

Hello DataZombie,
is an honor to be answered by the author of the fantastic fork!
(I have no need for tabs in this project, but i want use your fork to
integrate with iscroll, I'm excited to see if I can make it work ...)
Thank you very much for your answer.
I tried to insert the snippet you propose to me, but maybe I do not
know javascript well .. maybe I did not copy to the right place.
Could you tell me if I have to change something in the code that you
gave me and where exactly should I put it?
I guess here, at the end:

// Some sample Javascript functions:
$(function(){
// Show a swipe event on swipe test
$('#swipeme').swipe(function(evt, data){
$(this).html('You swiped <strong>' + data.direction + '/' +
data.deltaX + ':' + data.deltaY + '</strong>!');
$(this).parent().after('<li>swiped!</li>');
//iScroll integration
jQT.setPageHeight();
});
$('#tapme').tap(function(){
$(this).parent().after('<li>tapped!</li>');
//iScroll integration
jQT.setPageHeight();
});
$('a[target="_blank"]').click(function(){
if(confirm('This link opens in a new window.')){
return true;
} else {
return false;
}
});
// Page animation callback events
$('#pageevents').
bind('pageAnimationStart', function(e, info){
$(this).find('.info').append('Started animating ' + info.direction
+ '&hellip; ');
}).
bind('pageAnimationEnd', function(e, info){
$(this).find('.info').append(' finished animating ' +
info.direction + '.<br /><br />');
});
// Page animations end with AJAX callback event, example 1 (load
remote HTML only first time)
$('#callback').bind('pageAnimationEnd', function(e, info){
// Make sure the data hasn't already been loaded (we'll set 'loaded'
to true a couple lines further down)
if(!$(this).data('loaded')){
// Append a placeholder in case the remote HTML takes its sweet time
making it back
// Then, overwrite the "Loading" placeholder text with the remote HTML
$(this).append($('<div>Loading</div>').load('ajax.html .info',
function(){
// Set the 'loaded' var to true so we know not to reload
// the HTML next time the #callback div animation ends
$(this).parent().data('loaded', true);
}));
}
});
// Orientation callback event
$('#jqt').bind('turn', function(e, data){
$('#orient').html('Orientation: ' + data.orientation);
});
$('#play_movie').bind('tap', function(){
$('#movie').get(0).play();
$(this).removeClass('active');
});
$('#video').bind('pageAnimationStart', function(e, info){
$('#movie').css('display', 'none');
}).bind('pageAnimationEnd', function(e, info){
if(info.direction == 'in'){
$('#movie').css('display', 'block');
}
})
});
</script>
I do not know how. I'm afraid that I'm wrong in something semi-
colons ...
Another thing:
I saw that you've implemented PhoneGap: false | true.
So to make applications PhoneGap, you must use it, right? but how? I
need to change the file jqtbars (as I have changed 'iscroll_lite:
false, ')? Or should I do something else in the file index?

Thanks again, and sorry for nooby question!

One last thing:
I noticed in the zip downloaded from github, the floaty bar does not
work.
I noticed that if I use the file jquery.css the live demo, it works.
(I saw that there are differences of z-index)
I hope to be useful (at least in this ... ;-)
Thanx, thanx.
Great, great job!

0 iPhone UI/UX Designers?


Does anyone have iPhone app designers they can recommend, to design
the UI for my new app?
I'm mainly concerned about quality. Do you who the 'famous' designers
are and where I could view their portfolios?
Thank you.

0 DataZombies Tabbar stays fixed over wiindow when iPhone browser search bar disappears

I think the subject line says it all.
When I navigate to my app page, the iPhone browser shows the tabbar at
the correct position along the bottom of the window.
When I go to a new panel and come back to the homescreen, the iPhone
browser search bar is gone and the Tabbar has moved up the same number
of pixels.

0 iPhone Life Newsletter (5.11.11)




Issue Sponsor
Amplified Sound-Blasting Speaker for your Mobile Device
iPhone Life Blogs
Time, Sports Illustrated, Fortune Magazines Now Free to Subscribers Via the iPad Apps
By Jim Karpen
One of my main uses of my iPad is reading the news. I'd actually prefer to read all of my magazines via the iPad. And the great news out today is that Time, Sports Illustrated, and Fortune magazines are now available via their respective iPad apps for free if you're already a subscriber.

0 [jQT] Datazombies jqt.bars extension - problem with Google static map?

I have an iPhone app built with jQTouch and Phonegap. In my last

update to the app, I added a list item that displays a Google static

map, based on lat/lon coordinates that I access from an SQLite

database in the app. Before I added this list item, the page with the

list scrolled as expected. The toolbar stayed in place, and the user

could scroll the list itself. (I'm using the jqt.bars extension from

DataZombies.)

Now that I've added the static map, when I scroll up, I can't scroll
all the way to the bottom of the page. I can slide the list up with
my finger and hold it there so I can see the bottom (a div with the
jQTouch "info" class), but when I release my finger the page bounces
down a bit and repositions itself so the top of the Google map list
item is at the top of the screen.

I have a short (30 sec) video here: http://dl.dropbox.com/u/20314275/iscroll_gmaps.mov
Notice that the first time in the video that I scroll, the list
behaves fine (so the problem is inconsistent). But each time after
that, the list doesn't scroll properly. It's a problem because I'd
like users to access a clickable link toward the bottom of the page.
Although they can temporarily see it, it never stays on the screen
long enough so they can tap it.

I'm wondering if there's some issue with the static map that causes
this problem? Or is there something with iScroll or jqt.bars that I
need to modify?

Here's the html section that creates the page (I've omitted some of
the list items below for brevity):

Selected Landmark

Back
Share


  • Name

    Address
    Distance



  • Designated: Year
    Landmark number: lpid
    Other notes:
    other
    More
    info at Wikipedia.

  • You can access a
    summary description of this landmark at the NoeHill website.

  • Source: San Francisco Planning Department


Here's the corresponding javascript (also edited for brevity):

0 iui framework webapp iphone native



is anyone developpe a webapp with iui , ?!

because i have a problème with datepicker, it's not working ,

please tell me how a i can work it .... 

--
with all my respects
Belhaffef Charif
 

iphone - ipad apps NEWS Copyright © 2011 - |- Template created by O Pregador - |- Powered by Blogger Templates