Constant 503 errors on resources
@GavinPower wrote: Hi there, I’m trying to create platform resources for my Ionic 4 app and while it was working about an hour ago it is now giving me a constant stream of 503 errors on when running...
View ArticleRegister BackButton action on Ionic 4?
@Parga wrote: Since this function does not exist on ionic 4: this.platform.registerBackButtonAction(() => { console.log("Some function"); }); How can I handle the backbutton click? Thanks! Posts: 1...
View ArticleNavigating from back button
@lqrz wrote: Is there a way by which i can identify in, for instance, “ionViewDidEnter()”, that im coming back to the page after having hit the back button? Thanks Posts: 1 Participants: 1 Read full...
View ArticleWhite screen showing long time in ionic 3
@sundaramoorthy wrote: I am developing native ionic application for Android platform. When I open my app, there is a white screen showing for long time and entered into the page. I don’t want to show...
View ArticleIpv6 network isuue
@Ajay17Proprofs wrote: I cant acess moible data of ipv6 type Posts: 1 Participants: 1 Read full topic
View ArticleJs code does not work the before a one time click anywhere the page
@Erkany wrote: ionViewWillEnter() { document.getElementById(‘login’).click(); } signin() { let input_user = (document.getElementById(‘input_user’) as HTMLInputElement).value; let input_password =...
View ArticleIonic 4 with Firebase
@kent004 wrote: Hello, I am trying to connect my Ionic App with Firebase and when I run angularfire2 I get an error. I’m new to Ionic, how can I navigate this successfully?? Thanks in advance Posts: 1...
View ArticleCould not find intellij-core.jar
@aditya_1027 wrote: Hi Everyone! I am getting this error: Could not find intellij-core.jar (com.android.tools.external.com-intellij:intellij-core:26.0.1). Searched in the following locations:...
View ArticleIonic 4 modal animations
@oliverandersen wrote: I want to animate my modal in sideways so as it looks like a normal page entering. In the docs there are two animation attributes I can initialise the modal with: enterAnimation...
View ArticleInvisible page instance after this.nav.setRoot - iOS only!
@markusila wrote: I have a VERY strange problem - on iOS when i navigate via my sidemenu, i do this.nav.setRoot(page) And for one page the instance of the page i navigated from is not getting removed...
View ArticleDetect children finish loaded using @ViewChild and *ngIf
@guidosl wrote: I need to execute a children component code only one-time, from the father in ngAfterViewInit() method When I use @ViewChild this return undefined for the time it takes to load certain...
View ArticleHow to detect resume from sleep
@muis87 wrote: Does anyone know how to detect resume (from sleep), this is very important, because the app takes 3-5 seconds to load (and normally shows a white or black screen). Posts: 1...
View ArticleIon-input number issues
@APrince wrote: Hello, I have the following issues with the ion-input that is set to number. First, I want to be able to clear the content not just by the cross button on the right (clearInput...
View ArticleCould not find support-v4.aar (com.android.support:support-v4:26.1.0)
@Suluuboi wrote: My project was working fine yesterday and today i’m getting the error below. please Help. What went wrong: Could not resolve all files for configuration ‘:app:debugCompileClasspath’....
View ArticleSpawn EACCES mac
@aditya_1027 wrote: Trying to run command - ionic cordova run android And getting this error: ANDROID_HOME=/Users/aditya/Library/Android/sdk...
View ArticleNo 'Access-Control-Allow-Origin' header is present on the requested resource....
@Joshu1294 wrote: Hi, my name is Joshua, I’m new with Ionic and Angular and I’m trying to develop a and Ionic app with a Rest api for the login, but, when I try to consume the api with the URL, I get...
View ArticleEvent.subscribe can be called from two places
@helpmelearn wrote: We have a home page, on the home page we show count in card. This counter was split out because we use the same thing on a different page. Two pages have this same count.card. We...
View ArticlePassing independent data to modal ng Model
@isaiasegg wrote: Hi everyone! I’m having an issue with my ngModels inside a Ionic 4 modal. Basically im trying to set the ngModel scope inside a modal to be equal to the value i’m passing through the...
View ArticleUpdating the version of com.google.android.gms to 10.+
@aditya_1027 wrote: I am trying to run command - ionic cordova run android but getting this error - Please fix the version conflict either by updating the version of the google-services plugin...
View ArticleTypeError: env.runcmd is not a function
@rameeznr wrote: PS C:\Users\ramee\ionicapp\App Source Code> Ionic cordova build android --prod Running app-scripts build: --build --prod --iscordovaserve --nobrowser [21:25:47] build prod started...
View Article