How can one write a PhoneGap plugin to access C/C++ library. I don’t see any description of this capability. and yet C is the most readily available language across platforms. Does anyone know a solution for this?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Well if you are on Android you would write a Java Plugin then use JNI to call the C code. You’d have to use a similar approach on the other platforms as well.