/twoway-cordovawebview

An example for demonstration using Cordova Embedded WebView and calling javascript method from android native code.

Primary LanguageCSS

twoway-cordovawebview

An example for demonstration using Cordova Embedded WebView and calling javascript method from android native code.

Run Application

  • Installing the Cordova CLI
  • Go to the project directory
  • Add android platform
$ cordova platform add android
  • Add Plugins
$ cordova plugin add org.apache.cordova.device
$ cordova plugin add org.apache.cordova.network-information
  • Test the App on an Emulator or Device