rudych
Results
1
comments of
rudych
Update src/android/NativeCameraLauncher.java // disable import org.apache.cordova.ExifHelper; ``` // import org.apache.cordova.ExifHelper; ``` Update src/android/ExifHelper.java // add method getOrientation, resetOrientation ``` public int getOrientation() { int o = Integer.parseInt(this.orientation); if (o ==...