App is crashing after adding admob free
Screenshot_2020-10-08-16-09-54-362_com.miui.bugreport1080×2246 606 KB I am able to install application on device but on start it crashes and give error in image I try various ways but not able to...
View ArticleHELP! How do I integrate native firebase google login with my capacitor app?
I am losing my mind. I have tried so many things. First, I tried this: stackoverflow.com How to implement SignIn with Google in Angular 2 using Typescript angular, typescript, google-signin asked by...
View ArticleUnable to build an Ionic/Angular app after packages upgrade
I’ve upgraded Ionic and angular packages to the latest version and unable to run ionic build my dependencies are: "@angular/core": "~10.1.4", "ionic-angular": "^3.9.10", And the error I’m getting when...
View ArticleBetter build output from `ionic build`, number of errors is not clear
I’m working on an Ionic/Angular app migration from v3 to v5 and after creating a sample app and moving files around and adding updated dependencies got lots of build errors from ionic build command:...
View ArticleIonic 5: UI glitches in landscape mode
I am experiencing UI glitches when transitioning from portrait mode to landscape mode by flipping my physical phone around. In portrait modus, everything looks fine. In landscape mode, black blocks...
View ArticleFirebase google analytics - web or native
Hi guys, I have been using the the firebase analytics with Capacitor from Ionic native: @ionic-native/google-analytics/ngx With my web apps I use the firebase analytics built in with AngularFire which...
View ArticleType 'CameraOriginal' is not assignable to type 'Provider'
I’ve upgraded my ionic 3 to ionic 5 and multiple ionic-native imports stopped working with the following error: ERROR in src/app/app.module.ts:203:5 - error TS2322: Type 'CameraOriginal' is not...
View ArticleIonic 5 - Ion back button does not Reload current tab page
Hi All I have an app that is using tabs and every pop current page using the ion back button, the current page does not reload. Any suggestion or solutions ? Thanks 1 post - 1 participant Read full...
View ArticleCapacitor Firebase analytics fails iOS
Trying to build iOS of my app that “should” use firebase analytics It fails with ArgumentError - Illformed requirement `"$IOS_FIREBASE_ANALYTICS_VERSION" I installed it thus Ionic Docs Analytics...
View ArticleError: This constructor is not compatible with Angular Dependency Injection...
ERROR Error: Uncaught (in promise): Error: This constructor is not compatible with Angular Dependency Injection because its dependency at index 6 of the parameter list is invalid. This can happen if...
View ArticleEmpty result after execute first observable subscribe inside foreach to end
Hi, I’m using ionic 3, angular 5, I’m not sure what’s wrong with my code, I have the result always empty of observable inside foreach. Here’s my code: articlepanier : Article[] = [];...
View ArticleHow to detect platform on ionic stencil project?
I’m using a ionic-stencil-starter-pwa project https://github.com/ionic-team/ionic-pwa-toolkit and I need to detect the platform because I will build the app using appflow for ios and android and I...
View ArticleIon-select does not show selected option when value is an object type
I am trying to use select-option values as objects. <ion-item> <ion-label>Choose</ion-label> <ion-select [value]="{key:'abc',value:'ABC'}"> <ion-select-option...
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 ArticleFormSubmit doesn't update value without refresh page
Hi dear all, I’m facing to an issue concerning my form submit. When I submit my form, the values are updated well but not reactive. I have to refresh the page to see the modification. I’m using Ionic...
View ArticleCreating an Ionic Vue ap fails, MacOS and Linux Mint
I’m brand new to Ionic, and trying to setup a dummy project just to get a feel for the workflow. I appear to be tripping over an installation obstacle in both MacOS and Linux Mint (the error you see...
View ArticleCordova plugin foreground service or background service ? which is teh most...
What the title says ! theres A) ionic cordova plugin add cordova-plugin-background-mode npm install @ionic-native/background-mode freakyjolly.com Run Ionic 5 Apps in Background using Cordova and Ionic...
View ArticleFirebase included by default, how to remove?
I just started using the framework with this guide: https://ionicframework.com/docs/vue/your-first-app/6-deploying-mobile So i got it compiled and it all works well, but when I open up exodus scanner,...
View ArticleIon-toolbar inside ModalPage error
Good afternoon dear community, I am making the bottom edge of a toolbar have a small radius, this works perfectly on a normal page, but when trying to do it within a page that opens as Modal it does...
View Article`@ionic/angular` has no exported member `AlertButton`
I’ve upgraded to Ionic 5.3.4 and switched from ionic-angular to @ionic/angular package. Now my AlertButton import doesn’t work, even though the Ionic API DOCS states this is the type I need to use for...
View Article