[
https://issues.apache.org/jira/browse/CB-6422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14077108#comment-14077108
] Rodrigo Silveira commented on CB-6422: -------------------------------------- The following firefox os plugin files are still using "cordova/firefoxos/commandProxy": https://github.com/apache/cordova-plugin-camera/blob/master/src/firefoxos/CameraProxy.js https://github.com/apache/cordova-plugin-contacts/blob/master/src/firefoxos/ContactsProxy.js https://github.com/apache/cordova-plugin-device/blob/master/src/firefoxos/DeviceProxy.js https://github.com/apache/cordova-plugin-device-motion/blob/master/src/firefoxos/accelerometer.js https://github.com/apache/cordova-plugin-device-orientation/blob/master/src/firefoxos/compass.js https://github.com/apache/cordova-plugin-dialogs/blob/master/src/firefoxos/notification.js https://github.com/apache/cordova-plugin-geolocation/blob/master/src/firefoxos/GeolocationProxy.js https://github.com/apache/cordova-plugin-inappbrowser/blob/master/src/firefoxos/InAppBrowserProxy.js https://github.com/apache/cordova-plugin-network-information/blob/master/src/firefoxos/NetworkProxy.js https://github.com/apache/cordova-plugin-vibration/blob/master/src/firefoxos/VibrationProxy.js > Use cordova/exec/proxy instead of platform dupes > ------------------------------------------------ > > Key: CB-6422 > URL: https://issues.apache.org/jira/browse/CB-6422 > Project: Apache Cordova > Issue Type: Bug > Components: FirefoxOS, Plugin Camera, Plugin Device, Tizen > Reporter: Jesse MacFadyen > > the proxy code is built into cordova/exec/proxy, so instead of : > require("cordova/windows8/commandProxy")... > it should be : > require("cordova/exec/proxy")... > This applies to several platforms + core plugins -- This message was sent by Atlassian JIRA (v6.2#6252)
