camera prompt
This commit is contained in:
@@ -265,7 +265,7 @@ export class ActivetaskPage implements OnInit {
|
|||||||
height : 300,
|
height : 300,
|
||||||
allowEditing: false,
|
allowEditing: false,
|
||||||
resultType: CameraResultType.Base64,
|
resultType: CameraResultType.Base64,
|
||||||
source: (cameraMode == 100 ) ? CameraSource.Camera : CameraSource.Photos // Camera, Photos or Prompt!
|
source: (cameraMode == 100 ) ? CameraSource.Camera : CameraSource.Prompt // Camera, Photos or Prompt!
|
||||||
});
|
});
|
||||||
|
|
||||||
if (image) {
|
if (image) {
|
||||||
|
|||||||
@@ -278,7 +278,7 @@ familyTransfer(reqData){
|
|||||||
height : 300,
|
height : 300,
|
||||||
allowEditing: false,
|
allowEditing: false,
|
||||||
resultType: CameraResultType.Base64,
|
resultType: CameraResultType.Base64,
|
||||||
source: (cameraMode == 100 ) ? CameraSource.Camera : CameraSource.Photos // Camera, Photos or Prompt!
|
source: (cameraMode == 100 ) ? CameraSource.Camera : CameraSource.Prompt // Camera, Photos or Prompt!
|
||||||
});
|
});
|
||||||
|
|
||||||
if (image) {
|
if (image) {
|
||||||
|
|||||||
@@ -141,7 +141,7 @@ export class JobactivePage implements OnInit {
|
|||||||
height : 300,
|
height : 300,
|
||||||
allowEditing: false,
|
allowEditing: false,
|
||||||
resultType: CameraResultType.Base64,
|
resultType: CameraResultType.Base64,
|
||||||
source: (cameraMode == 100 ) ? CameraSource.Camera : CameraSource.Photos // Camera, Photos or Prompt!
|
source: (cameraMode == 100 ) ? CameraSource.Camera : CameraSource.Prompt // Camera, Photos or Prompt!
|
||||||
});
|
});
|
||||||
|
|
||||||
if (image) {
|
if (image) {
|
||||||
|
|||||||
@@ -214,7 +214,7 @@ export class JobreviewPage implements OnInit {
|
|||||||
height : 300,
|
height : 300,
|
||||||
allowEditing: false,
|
allowEditing: false,
|
||||||
resultType: CameraResultType.Base64,
|
resultType: CameraResultType.Base64,
|
||||||
source: (cameraMode == 100 ) ? CameraSource.Camera : CameraSource.Photos // Camera, Photos or Prompt!
|
source: (cameraMode == 100 ) ? CameraSource.Camera : CameraSource.Prompt // Camera, Photos or Prompt!
|
||||||
});
|
});
|
||||||
|
|
||||||
if (image) {
|
if (image) {
|
||||||
|
|||||||
@@ -104,7 +104,7 @@ export class MyfilesPage implements OnInit {
|
|||||||
height : 300,
|
height : 300,
|
||||||
allowEditing: false,
|
allowEditing: false,
|
||||||
resultType: CameraResultType.Base64,
|
resultType: CameraResultType.Base64,
|
||||||
source: (cameraMode == 100 ) ? CameraSource.Camera : CameraSource.Photos // Camera, Photos or Prompt!
|
source: (cameraMode == 100 ) ? CameraSource.Camera : CameraSource.Prompt // Camera, Photos or Prompt!
|
||||||
});
|
});
|
||||||
|
|
||||||
if (image) {
|
if (image) {
|
||||||
|
|||||||
Reference in New Issue
Block a user