From 77954a6dc001868b08a4b5089ed191879f27a16f Mon Sep 17 00:00:00 2001 From: "tiago.kayaya" Date: Thu, 17 Dec 2020 12:02:46 +0100 Subject: [PATCH] Enabled capacitor --- ionic.config.json | 4 +--- src/app/pages/chat/chat.page.html | 2 +- .../publication-detail/publication-detail.page.ts | 3 +++ 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/ionic.config.json b/ionic.config.json index bad8f73b9..0861ddaef 100644 --- a/ionic.config.json +++ b/ionic.config.json @@ -1,9 +1,7 @@ { "name": "gabinete-digital", "integrations": { - "capacitor": { - "enabled": false - }, + "capacitor": {}, "cordova": {} }, "type": "angular" diff --git a/src/app/pages/chat/chat.page.html b/src/app/pages/chat/chat.page.html index c50efbfab..e758b7d8b 100644 --- a/src/app/pages/chat/chat.page.html +++ b/src/app/pages/chat/chat.page.html @@ -36,7 +36,7 @@ - +

{{user.name}}

diff --git a/src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts b/src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts index c9e88025e..8817801af 100644 --- a/src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts +++ b/src/app/pages/publications/view-publications/publication-detail/publication-detail.page.ts @@ -60,6 +60,9 @@ export class PublicationDetailPage implements OnInit { this.showLoader = false; }); } + doRefresh(event){ + + } close(){ this.modalController.dismiss();