Ionic 5 with Angular, Login and Home Page
@carlosflarosa wrote: Hi everyone I have a query that I would like to help me solve, I am using Ionic 5 in a new application, when I log in, with navigateByUrl from @ angular / router I navigate to...
View ArticleReferenceError: VuTotpSdk is not defined (Param not defined)
@panunez wrote: Buenas Noches, estoy tienendo un error al ejecutar mi app Alguien me podria ayudar??. Tengo una funcion en un archivo .js y la exporto de la siguiente manera en mi archivo .ts import *...
View ArticleUIWebview - Apple Deprecated API usage. Apple store warning message UIWebview...
@Alexandar wrote: Hi All, As mentioned here https://ionicframework.com/blog/understanding-itms-90809-uiwebview-api-deprecation, I have updated cordova-ios to 5.1.1 latest version and updated all my...
View ArticleAdd skype link on app ionic 4
@AvkAvk wrote: how to remove unsafe because of unsafe not active the link or any other way to use this. i already define ts but when bind througg ngFor the but still the same thing bind in html...
View ArticleCannot read property 'toDataURL' of undefined SignaturePad
@anateixeira wrote: I don’t know what I am doing wrong but I can’t figure out what’s wrong. I am trying to get a basic64 img but the signaturepad is undefined lol. Why? I think I am doing everything...
View ArticleIonic5 React – Hide Header on scroll
@florianbepunkt wrote: I read through a lot of posts regarding hiding a header on scroll, but they all deal with angular and Ionic 4. So I tried to implement this on my own. For good performance I...
View ArticleIonic 4 capacitor upload image to server
@Pratikjaiswa15 wrote: I have used the capacitor plugin to let user capture images and then we can store it in our server(spring). async takePicture() { const image = await Plugins.Camera.getPhoto({...
View ArticleDisplaying an array in html
@NthabyMogoboya wrote: I get this error when i try to display in my html file. Error: Error trying to diff ‘[object Object]’. Only arrays and iterables are allowed service.ts private _addProduct =...
View ArticleVertically align text ion grid
@skinnyA wrote: Hello, I am trying to vertically allign some text but it seems impossible I do not know why <ion-content padding> <ion-grid *ngFor="let dia of tiempo"> <ion-row...
View ArticleIon-tab-button selected bug when using variable in tab attribute
@zentodh wrote: Hi this is my first post here. I’ve been trying to get the tabs working for some time now. I’ve got 4 routes: /tab/notifications /tab/guests /tab/profile /tab/event/:id <-- Now here...
View ArticleIonic 4 chip in input
@samsuffi wrote: Hi everyone, How do I put ion-chip in a ion-input? I wanted to make a chat bar like Discord with @everyone or #here. But when I try to put html in the input, I can’t write in anymore…...
View ArticleGetting data from Modal Controller
@sj9 wrote: Hello for getting data in opened modal in official documentation was written this example async presentModal() { const modal = await this.modalController.create({ component: ModalPage,...
View ArticleImages from assets not displayed on IonImg
@unzip0 wrote: Hi, i’m trying to show an image from assets folder but is not working. · Image path: · IonImg src: <IonImg class="logo" src="assets/images/rgm.jpg"/> I’m newbie using Ionic, any...
View ArticleDate translation
@sudhaHalemani wrote: Hi i have this english date ‘MON MAR 30’, i need to translate into french and spanish when the app language change to french r spanish. here activity.label contains the english...
View ArticleNavigation Controller replace Page
@lsantaniello wrote: Hi all, I have a particular need. I try to explain my problem with an example. Page A => Page B => Page C current: Page A => Page B => Page C => Page D need: Page A...
View ArticleBuild failing on Mac 'stdout maxBuffer length exceeded'
@tofra wrote: When I run cordova build ios --verbose I get the following error: ....... This app does not have additional resource files defined Prepared iOS project successfully No scripts found for...
View ArticleBuild fastlane error
@itosoft wrote: hi i got error while building android app although web deploy build built good [13:38:28]: ▸ Date: 2020-03-31T13:38:28.206Z - Hash: 4de72f047c47f47e26e4 - Time: 89399ms [13:38:28]: $...
View ArticleIonic 4 react enterAnimation
@divyanshugarg36 wrote: Hi, I am making a IOS app using Ionic 4 and React. I want to animate my popover https://ionicframework.com/docs/api/popover using enterAnimation attribute, but couldn’t make it...
View ArticleSharing authentication cookies from browser to http api calls
@jlyle1 wrote: We have a mobile app (android and ios) created using Ionic 5, Capacitor 1.5 and Angular 9 I am relatively new to using Javascript frameworks and need help understanding how to share...
View ArticleHow to remove lines from ion-divider / make header sticky?
@ashleylaverick1 wrote: My ultimate aim is to have my header elements sticky and push one another off screen… but I am somewhat bodging it by nesting them within a ion-item-divider. Thus, I am looking...
View Article