diff --git a/package-lock.json b/package-lock.json
index 97ba4a125..78c06d45a 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -7896,18 +7896,6 @@
"integrity": "sha512-ThmXzl6QIKWFXf4wWw7Q/zpB+VKkz3VM958+5A0sXD4jmR++u7KnGttLksXshVwWr6lvGwUebLYtIyXwS4Ovcg==",
"dev": true
},
- "cordova-plugin-streaming-media": {
- "version": "2.3.0",
- "resolved": "https://registry.npmjs.org/cordova-plugin-streaming-media/-/cordova-plugin-streaming-media-2.3.0.tgz",
- "integrity": "sha512-og7UmXbaWoSrOmo/mZu/c7vKDdUMu2eVrdRMvIJY6qqZ6Fv2BrJvOXm8prVt0xjWqWOMJpQs3DAajX8+N39Cqw==",
- "dev": true
- },
- "cordova-plugin-telerik-imagepicker": {
- "version": "2.3.6",
- "resolved": "https://registry.npmjs.org/cordova-plugin-telerik-imagepicker/-/cordova-plugin-telerik-imagepicker-2.3.6.tgz",
- "integrity": "sha512-guf+BHB7O3g1ll3++d+aOvTGHXwBmqdxBFJTCKKMIGqazlf+Sq3Bsd1tRRswPRxy1MZRlJIe6Arz4pdCCmOigA==",
- "dev": true
- },
"cordova-plugin-whitelist": {
"version": "1.3.5",
"resolved": "https://registry.npmjs.org/cordova-plugin-whitelist/-/cordova-plugin-whitelist-1.3.5.tgz",
diff --git a/package.json b/package.json
index deaa84b33..41d59e861 100644
--- a/package.json
+++ b/package.json
@@ -164,8 +164,6 @@
"cordova-plugin-network-information": "^3.0.0",
"cordova-plugin-splashscreen": "^5.0.2",
"cordova-plugin-statusbar": "^2.4.2",
- "cordova-plugin-streaming-media": "^2.3.0",
- "cordova-plugin-telerik-imagepicker": "^2.3.6",
"cordova-plugin-whitelist": "^1.3.4",
"es6-promise-plugin": "^4.2.2",
"jasmine-core": "~3.6.0",
diff --git a/src/app/services/functions/file.service.ts b/src/app/services/functions/file.service.ts
index a7014bb73..040f13324 100644
--- a/src/app/services/functions/file.service.ts
+++ b/src/app/services/functions/file.service.ts
@@ -142,7 +142,7 @@ export class FileService {
quality: 90,
// allowEditing: true,
resultType: CameraResultType.Uri,
- source: CameraSource.Camera
+ source: CameraSource.Photos
});
const response = await fetch(capturedImage.webPath!);
diff --git a/src/app/shared/chat/messages/messages.page.html b/src/app/shared/chat/messages/messages.page.html
index 9f77e4286..53f592363 100644
--- a/src/app/shared/chat/messages/messages.page.html
+++ b/src/app/shared/chat/messages/messages.page.html
@@ -117,13 +117,13 @@
-
+
-
+
diff --git a/src/app/shared/popover/chat-options-popover/chat-options-popover.page.html b/src/app/shared/popover/chat-options-popover/chat-options-popover.page.html
index d3060817e..e76aaf577 100644
--- a/src/app/shared/popover/chat-options-popover/chat-options-popover.page.html
+++ b/src/app/shared/popover/chat-options-popover/chat-options-popover.page.html
@@ -8,7 +8,7 @@