camera prompt

This commit is contained in:
CHIEFSOFT\ameye
2024-02-11 20:09:34 -05:00
parent 5d5c5be958
commit b92548bcd2
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -265,7 +265,7 @@ export class ActivetaskPage implements OnInit {
height : 300,
allowEditing: false,
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) {