Skip to content

fullStackApp/nodejs-cordova-plugin

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 5 commits ahead, 46 commits behind JaneaSystems:unstable.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
src
 
 
 
 
 
 
www
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

npm      

nodejs-cordova-plugin Build Status

This plugin is forked by the staging-babel-UI-runtime branch in order to have javascript files executables from every webView

NEWS

For every release there is the features list in CHANGELOG

  • First Release 2.0.0
August 29,2018 Release 2.0.0 available from npm

Installation

$ cordova plugin add nodejs-cordova-plugin

Requirements

  • Cordova 7.x (Cordova 8.x is currently not supported)
  • iOS 11 or higher
  • Android API 21 or higher

When building an application for the Android platform, make sure you have the Android NDK installed and the environment variable ANDROID_NDK_HOME set, for example:

$ export ANDROID_NDK_HOME=/Users/username/Library/Android/sdk/ndk-bundle

Native Modules

If you want to skip rebuild native modules, that are not supported in windows 10, you have to add a NODEJS_MOBILE_BUILD_NATIVE_MODULES_VALUE.txt in your www cordova folder with a 0 value. That is:

echo "0" > www/NODEJS_MOBILE_BUILD_NATIVE_MODULES_VALUE.txt

Verified requirements

  • Cordova 7.0.0
  • Cordova android platform 6.3.0
  • Android 6.0.0 device

Example project here

Supported Platforms

  • Android (ARMv7a, x86)
  • iOS (ARM64)

Reporting Issues

We have a central repo where we manage all the issues related to Node.js for Mobile Apps, including specific issues of the Node.js for Mobile Apps Cordova plugin. So please, open the issue there.

About

Cordova plugin to run Node.JS on mobile

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 69.9%
  • C++ 23.7%
  • JavaScript 4.9%
  • Python 0.8%
  • Java 0.3%
  • Objective-C++ 0.3%
  • Other 0.1%