We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
aspectRatio
stretch
1 parent 8d2b16e commit 079432cCopy full SHA for 079432c
packages/ui-cameraview/platforms/android/java/com/nativescript/cameraview/CameraBase.kt
@@ -68,7 +68,6 @@ abstract class CameraBase @JvmOverloads constructor(
68
// abstract fun getSupportedRatios(): Array<String>
69
abstract fun getAvailablePictureSizes(ratio: String): Array<Size>
70
abstract fun getAllAvailablePictureSizes(): Array<Size>
71
- abstract var displayRatio: String?
72
abstract var aspectRatio: String?
73
abstract var pictureSize: String?
74
abstract var enablePinchZoom: Boolean
0 commit comments