Write once, deploy anywhere

@dolftax

 

I'm Jai

Apps

  • Native
  • Web
  • Hybrid

diff website webapp

Show me how.

cordova plugin add org.apache.cordova.dialogs
cordova plugin add org.apache.cordova.vibration

&&

navigator.notification.vibrate(500);
navigator.notification.prompt(
      'Enter Name', // message
       onPrompt, // callback to invoke
       'Prompt Test', // title
        ['Ok', 'Exit'], // buttonLabels
         'Doe, Jane' // defaultText
);

Thank you!

@dolftax

 

Made with Slides.com