Skip to content

janimakinen/cordova-plugin-prototype

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cordova-plugin-prototype

This plugin is for prototyping a custom Apache Cordova plugins with the simplest possible starting point that actually shows something on the screen following loosely Apache Cordova official instructions on how to build plugins for Android and iOS. It is rather similar to hello world but instead user should input the message.

The intention is to serve as a foundation to build JavaScript interfaces to Android / iOS native features, such as camera, bluetooth, gps, etc.

Usage

  1. go to your cordova project folder
  2. run cordova add https://thisgitrepourl.git
  3. add window.testprototype.test('hello'); to your javascript code and see the a 'hello' message.

License

License: MIT

About

Prototyping a custom Apache Cordova plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published