How to fire ionViewDidEnter in subcomponents of a page
<template> <ion-page> <ion-header> <ion-toolbar> <ion-title>Tab1</ion-title> </ion-toolbar> </ion-header> <ion-content>...
View ArticleModal Close Error
Can someone help me ? I want to close the a modal when a user on phone or browser clicks back button. I used @HostListener('window:popstate', ['$event']) dismiss() { this.modalContorller.dismiss({...
View ArticleIonic 5 did not show Google Maps on Android. iOS is fine
Hello, I wrote my first App … it should display restaurants. I`m coding on a Mac Book with BigSure … CPU M1. I tested all on iPhone and iPad Pro and also emulate iOS. All was fine. Then I tried to...
View ArticleCan't pass bearer token in HTTP header, blank constant?
I have been playing with OAuth and connecting to an API I have built. I can test it and it works just fine in both Postman and when specifying my key as a string but I can’t get the bearer token to be...
View ArticleIonic Framework 6 bottom drawer
When will the bottom drawer be available? (Assuming that’s what it’ll be called) It looks amazing in the graphic! @ldebeasi E4kts5cXMAkoSkB2366×1326 261 KB 1 post - 1 participant Read full topic
View ArticleIs there a place where i can view every single app made with ionic?
Is there a where i can see every app made with ionic framework, i need it for inspiration 2 posts - 2 participants Read full topic
View ArticleHow to change class from ngFor
hello guys, how are I wanting to change the class here when I do ngFor, but I’m pulling my data from a json, could you help me with this question? in HTML: <ion-list class="ion-listing">...
View ArticleErrro On Import Elements From @ionic/vue
Hello I have a problem with my first Ionic-vue aplication. Hello I have a problem with my first Ionic-vue application. After an “npm update”, the ionic elements gets an error when Click on it, even if...
View ArticleVirtual-scroll uncertainty
Congratulations on reaching Ionic 6 beta. Seems straightforward for Angular users other than the cloud of uncertainty on the ion-virtual-scroll replacement. This github issue seems more a poll of “who...
View ArticleAccessibility theme hints
Hi, I must make compliant my app to the Accessibility rules WGAC and I want to start allowing to resize text and use hi-contrast colors, so I would create different themes allowing the user to switch...
View ArticleAndroid blank screen when I use npx cap init
Hi guys, I have done fault finding as to why my app shows a blank screen on android and I finally figured out that the moment I use npx cap init it results in a blank screen. My question is how I can...
View ArticleFailure while signing an apk file
In my deployment stage of an app built with ionic5 + Angular I get a warning while signing the apk file. As a result it doesn’t generate the signed apk. Here is the warning; Warning: The signer’s...
View ArticleIs it safe to use setInterval for long time
my client has request to open pop up pin if the users idle for 30 mins. i have create the concept and lets see in the big picture if users input pin success, then i will start the threadPIN interval...
View ArticleHow do I get data from JSON and pass it to an ionic 3 alert?
guys I’m trying to pass information from my JSON to this alert, I’m a little new with ionic, could someone help me? TS: ionViewDidLoad() { this.qrCodeProvide.getBrowsers().then((data: any)=>{...
View ArticleUsing accessibility on iOS (VoiceOver) speaks prior page after router push
my app is native only, for blind/low vision, so I have a timed splash page, and after the timeout, I use router.push(name…) to get to the next page either one time config (that then routes to...
View ArticleFile download from php server
@rapropos(Profile - rapropos - Ionic Forum)Moderator Jun '19 The file transfer plugin is deprecated. Can you not use Angular’s HttpClient to achieve your goal instead? First of all thanks for helping...
View ArticleThis.outlet is undefined error after upgrading to Ionic 5
Hello , After upgrading to Ionic 5 , I am getting the issue when i try to open my project in Firefox Error: Uncaught (in promise): TypeError: this.outlet is undefined...
View ArticleStart project with Angular 11 instead of Angular 12
Hi, I need to use Angular 11 instead of Angular 12. Can I Start a project with version 11? Thanks! 1 post - 1 participant Read full topic
View ArticleIonic file download from php server using http get
I was searching a lot on this and today I got success. So I am sharing my code here. Home.ts file:- import { Component } from '@angular/core'; import { HttpClient } from '@angular/common/http';...
View ArticleWhite screen when debugging/building from Android Studio
Hi! I’ve a strange issue when debugging my application from Android Studio using emulator or building APK and installing the APK to my phone. Only white screen appears after the splash screen. No...
View Article