add press gesture in messages itens to perfom message options such as delete message

This commit is contained in:
tiago.kayaya
2021-09-30 08:43:49 +01:00
parent 4e12e8d0fa
commit 9b8c60b573
10 changed files with 205 additions and 40 deletions
+3 -1
View File
@@ -6,6 +6,8 @@ import { environment } from './environments/environment';
import { defineCustomElements } from '@ionic/pwa-elements/loader';
import "hammerjs"; // HAMMER TIME
if (environment.production) {
enableProdMode();
}
@@ -14,4 +16,4 @@ platformBrowserDynamic().bootstrapModule(AppModule)
.catch(err => console.log(err));
// Call the element loader after the platform has been bootstrapped
defineCustomElements(window);
defineCustomElements(window);