showpage event doesn"t work on phonegap

showpage event doesn"t work on phonegap

Hi,

I'm using showpage event, and it works fine in my web browser, but when i load the html page into android using phonegap, the trigger doesn't work.

$('#page6').live('pageshow',function(event){
     alert('page6');
});

anyone have an idea why?

Thank you,
Guy