Problems with IonicVueRouter opening safari instead of routing
Hi, I’ve been trying to debug this for well over an hour and i just can’t seem to find what’s wrong. I’m learning ionic vue by following https://www.youtube.com/watch?v=mQ4zmFy4d7Y this tutorial. My...
View ArticleComo criar múltiplos “Alerts” na mesma Tab?
Tenho uma lista de Alerts para criar na mesma Tab, no entanto, não consigo criar mais de um. Sempre recebo notificações de que a função Alert foi duplicada. Existe algum comando para múltiplos Alerts?...
View ArticleHow to create multiple alerts on the same Tab?
I have a Tab with many alerts, but whenever I create the second, the alert function is duplicated. Help me! 1 post - 1 participant Read full topic
View ArticleExpose ionic scss variable in angular component
Hello there, I have a component that needs to take up the full screen of the application in the ion-content. The height needs to be calculated in order to normalise some of the features within it. For...
View ArticleiOS notch safe area inconsistent behavior
Hi, I’m having issue with ion-toolbar paddings inside the safe area of iPhone 10+. At first the webview starts where it should (window.innerHeight = 862px) and after closing and reopening the app it...
View ArticleFirebase service - Getting data from firestore
Hey, I’m working on an ionic firebase application. And for that i have a service file for firebase to get data from different collections. It was working fine before. But now i’m getting a error...
View ArticleCmd prompt redirecting to powershell
Windows 10 on running a ionic cmd like ionic serve through command promt using latest ionic CLI is redirecting to powershell where as ionic 3.2 cli is working fine without redirecting to powershell,...
View ArticleIonic cli and ionic ionic/angular
Hello, I hope you doing well, Actually, I’m working on migrating an old ionic 3 project to 5, so I chose to migrate from 3 to 4 then from 4 to 5, I installed ionic cli version 4 but when I created the...
View ArticleHow to get the value of searchbar in infinite scroll function
searchPublikasi(ev: any) { // set val to the value of the searchbar let val = ev.target.value; this.publicationList.searchPublikasi(val).subscribe((publicationListData:any) => {...
View ArticleIonic firebasex subscribetopic not working with ios
In ionic ios app notification received when I sent using token but not received when I subscribe topic. I have uploaded APNs Authentication Key in the firebase console. 1 post - 1 participant Read...
View ArticleStorage gets cleared every other day (IOS14)
I have an app created in ionic-v3 that when after login uses preferences stored in storage to load data and if no preferences are set the user gets prompted to set these and they’ll get stored. I have...
View ArticleHow to place an item over another in ionic
I want to achieve the attached image design, please suggest me how I can do that. 1 post - 1 participant Read full topic
View ArticleRoute by conditional
Hello I need that depending on a variable stored in memory, when entering the site or the application, that is, when the url = “/”, it goes to one of two specific urls The problem with the code that I...
View ArticleIonic Angular SSR
Greetings, We have successfully converted a regular Ionic Angular app into SSR, using Angular Universal as described on your blog. However, it seems that what we are able to achieve is SSR with...
View ArticleDynamic text in buttons is missing - until I click any button, then the...
<ion-button *ngFor="let group of equipmentGroups" [ngClass]="{'selected-menu-item': group == selectedZoneGroup}" (click)="selectGroup(group)" [style.--background]="group === selectedZoneGroup ?...
View ArticleHow can I change icon of home swipe up small icon in ionic v3
kaphoto1125×2436 201 KB I don’t know how to change the icon of pictured upper small icon. I changed all resources/ iOS / icon folder, but it never changed. how can I change the icon of small icon of...
View ArticleIonic3 in app purchase2 --> billing v3
ionic3 in app purchase2 --> billing v3 i want billing v3 --> ionic3 in app purchase 2 can i help you??? —> Thanks @chuchuva Android Developers Blog Meet Google Play Billing Library Version 3...
View ArticleLoading Cordova plugin to Tabs starter app
I have created an app using the Tabs starter project with Vue and Capacitor and followed the tutorial ‘Your first Ionic App’ to add a Photo Gallery on the 2nd Tab. I’m now trying to add a Cordova...
View ArticleAndroid apksigner fails on ionic5 built api
I’m not sure what Android studio is trying to tell me here. This process used to work with my old ionic3 project (now on ionic5). Key is valid, used to work… Do I need another certificate? I don’t...
View ArticleDisplay image from server
Hi, I am trying to display an image from my backend to my ionic 5 app. The request works in postman, my server returns a readablestream (using mongodb) with image/jpeg as header. But for my ionic app...
View Article