Is the source code to cordova plugins visible, just like that html and javascript code?

穿精又带淫゛_ 提交于 2020-01-05 09:30:43

问题


I understand that in a Cordova application, one can see the html, and javascript code easily. What about native (C++) plugins ? Is the source code to them visible as well ? I have just started learning about Cordova, so I don't fully understand how they are compiled as yet.

I am planning on using Cordova 5.x+

EDIT: This is not the same as the other question. This question is explicitly about whether one can see the source code of a native plugin. The other question is about whether someone else can reuse my native plugin without looking at the source code. For example, by looking at the js code, can one determine what api's to call on the native code and effectively reuse the native code as a library (without actually looking at the native source code)

来源:https://stackoverflow.com/questions/32431129/is-the-source-code-to-cordova-plugins-visible-just-like-that-html-and-javascrip

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!