@ mentions implementaion
How to implement user mentions like whatsapp or facebook or twitter in ionic3 with angular5 mobile applications. I have tried with angular-mentions npm but its not working. Kindly can some one help me...
View ArticleProblem with show dynamic values depend on language
I working on some private project and like to have multilanguage UI. I translated all languages of static text, which works nicely. But have issues when need to show translated text from backend API....
View Articlenavigator['app'].exitApp() not working in ionic 5
how to exit app in ionic 5 ? i’ll try this in ionic 5 it doesn’t help it just minimize the app. navigator[‘app’].exitApp() 1 post - 1 participant Read full topic
View ArticleTried calling FCM.getToken, but the FCM plugin is not installed. ionic 5
image1065×231 15.9 KB 3 posts - 2 participants Read full topic
View ArticleIonic App can't load after Safari 14
Hi everyone, I just restarted my Mac after system update where Safari has beed updated to version 14. Now whenever I browse an app with Safari, the browser crash saying “A problem repeatedly...
View ArticleIonic 3 tabbar
hi, I am using ionic 3 and I have a problem with the tab bar I can not remove the top border 1 post - 1 participant Read full topic
View ArticleElectron app with included Node express server
Hey there. I try to manage to get a Node server running inside the electron app. What should be possible as far I found out. I made a express app.js witch is included in the index.js The server is...
View ArticleIonic downloader return true when download is finished
Hello guys. i use downloader for my apk. mys code is: var req: DownloadRequest = { uri: 'https://xyz.com', title: 'TryMe' , description: 'TryMe', mimeType: "video/mp4", visibleInDownloadsUi: true,...
View ArticleQR-Scanner - Stop unlimited scans
Hello everyone, I have a problem with my QR scanner and I can’t get any further.Basically everything works finde. But it crashes my browser, because it sometimes does not stop scanning after it has...
View ArticleUnknown Error, Status code: 0, Issue with Ionic 4 when testing on Android
While Testing my app on a device I always get this error start-unknown-erroe747×169 27.3 KB CORS enable at your server-side Have also tried all the solutions available here none of this work. Function...
View ArticleIonic 5 - Modals - Use ElementRef or HTMLElement for the modal
Hello there, I have a question: In the docs I can see, that it’s possible to use a HTMLElement for the modalCtrl component property, like this: const modal = await this.modalController.create({...
View ArticleStrange behavior when using ion-card with ModalController
This strange behavior is really specific but I really want to fix it. My page structure is like: <ion-card>s placed on the parent page (*ngFor) a <p> tag is placed inside...
View ArticleDetect navigation direction in canDeactivate
I have implemented a CanDeactivateGuard: import { Injectable } from '@angular/core'; import { CanDeactivate, ActivatedRouteSnapshot, RouterStateSnapshot } from '@angular/router'; import { Observable }...
View ArticleHow i can print image in ionic
I would like to know if anyone has managed to perform image printing on the ionic with pure structure. I am using BluetoothSerial and I can print text, but I need to print image and qr-code. #Ionic...
View ArticleIonic 5 and angular httpclient request is working on system but not working...
import { HttpClient } from ‘@angular/common/http’; constructor(private httpClient: HttpClient);...
View ArticleHow can multiple loops can be used in virtual Scroll ionic 4
<div class="grid-container" id="content" #gridContainer> <div #content> <ion-grid> <ion-virtual-scroll [items]="state.calendar"> <ion-row class="calendar-date" *ngFor="let...
View ArticleIonic life cycle not working as expected when we create blank project for...
I tried to use react lifecycles both through Class component and function component but useIonViewWillLeave and useIonViewDidLeave is not fired when we create blank project in ionic react and navigate...
View ArticleIonic 5 + Angular LoadingController with Http Interceptor Loader Present and...
Ionic 5 LoadingController Not working with Http Interceptor This issue happen when i’m calling multiple http requests at same time in ngOnInit() method. I have tried 2 different approaches Approach 1:...
View ArticleInclude Commit Build inside Ionic App
Hey folks, is there any way to somehow include the git commit build inside the Ionic App. Let me describe it a little bit further: I have different repositories for my apps with each different...
View ArticleIonic Storage ionic version 5.4.7
Hey all, I am developing notepad app and I want to save notes in Ionic Storage, however after refreshing the page all notes saved in Ionic Storage are disappeared. First it was saving under WebSQL and...
View Article