Return to Snippet

Revision: 52898
at November 4, 2011 07:34 by parkerkrhoyt


Initial Code
$( '#uncle' ).bind( 'touchend', function( e ) {
  navigator.notification.confirm( 
    'Are you sure you are done?',
    function( button ) {
      // alert( 'Success: ' + button );
    },
    'Question For You',
    'Yes,No,Bugger Off'
  );
} );

Initial URL


Initial Description


Initial Title
Use Native Confirmation Dialog with PhoneGap

Initial Tags
phone, window, mobile

Initial Language
JavaScript