android - how to invoke c++ code from phonegap -
what have understood through phonegap plugin can invoke native apis.
question:
is possible invoke c++ function directly phonegap, middle lever layer going c++, , applicable both ios/android.
no, not directly. have write plugin calls c++ code. on android you'd writing plugin in java , using jni call c++ lib. on ios created plugin in obj-c , call c++ code. here answer on https://stackoverflow.com/a/4456290/41679
Comments
Post a Comment