becvert / cordova-plugin-zeroconf

Cordova ZeroConf Plugin
MIT License
81 stars 57 forks source link

stop loading node modules into our apps with 3d party plugs #91

Closed julientype closed 3 years ago

julientype commented 3 years ago

plugins are java api to one java-script to control it by one file hook not ,,,,,node modules...
Stay out out of our cordova file folders..... Java API
https://developer.android.com/reference cordova plugins has nothing to do with node modules C type libs or jar all ok but not NODE modals

emcniece commented 3 years ago

Hello! This plugin matches your description: it is an API to a single Javascript file and doesn't involve node modules. Could you please link a good example for us to learn from?

julientype commented 3 years ago

take a look ZeroConf-Bridging-Header.h it installs hooks and 3d party plugin..... plugin are simple.. its encapsulated JAVA api to hook to one script it should not implant bridges you want clean JAVA It installs cordova-plugin-webview-switch this plugin will install modules to cordova why? plugins have nothing to do with JavaScript but JAVA only your playing with NODE right and it can install anything as modal to the package call a bridge... thats not JAVA is it

emcniece commented 3 years ago

ZeroConf-Bridging-Header.h is in the iOS directory and is needed for Swift support. It has nothing to do with Java.

I don't understand where "cordova-plugin-webview-switch" is coming from, can you clarify this?

Cordova plugins are designed to work with more than just Java.