Ion-router-outlet has a default animation?
I tried to navigate between to pages home page -> game page then in my home page i have a when i click the card then the page won’t animate instead it will reload the page before going to game...
View ArticleIonicServerModule: Cannot read property 'bind' of undefined
Hello, I have encountered an error that I have not been able to resolve for a few days. I just installed a new project ionic start NewProject sidemenu --type angular After install: # update to Angular...
View ArticleAndroid emulator: String.prototype.replaceAll is not a function
It looks like React/webpack during build process is not attaching correct polyfills, or the polyfills does not apply the ‘replaceAll’ function to String prototype In an app built with Ionic 5,...
View ArticleHeader overlaps statusbar in android
Hello I have a problem with my header in android because it overlaps the statusbar. I tried both this.statusBar.overlaysWebView(true) & this.statusBar.overlaysWebView(true) I use the Cordova...
View ArticleBlank Screen issue when deployed to IOS
Ionic: Ionic CLI : 5.2.7 (/usr/local/lib/node_modules/ionic) Ionic Framework : @ionic/angular 5.5.2 @angular-devkit/build-angular : not installed @angular-devkit/schematics : 10.0.8 @angular/cli :...
View ArticleIonic Cordova Build Android - CordovaLib:generateDebugRFile FAILED
Hello. I am new to programming on Ionic. I am on Ionic version 5.4.16, and I am trying to build my Ionic Angular app that has been integrated with Cordova for Android. In the terminal in the root of...
View ArticleHaving tough time with the Observer pattern
I’m a seasoned Computer Engineer (read “old”) coming from procedural era (Pascal et.al.). A couple of years ago I implemented an Ionic 3/Angular/Cordova project for Android where I mainly used...
View ArticleWindow.location.href vs this.router.navigate
Hi. what is difference between this.router.navigate with window.location.href After reading the QR, i am having problem on the page I redirected with “this.router.navigate”. But there is no problem...
View ArticleUnable to click the elements exact location
I tested my Cordova-based app on the iPhone 11 Pro Max simulator. everything look good as a design. But I realized that I cannot click on the elements I want to click. I have to click about 20 pixels...
View ArticleUsing $router.push with an animation direction
I tried to do something like this: this.$router.push({ path: '/tabs/home', routerDirection: 'back' }); That doesn’t work unfortunately but I need to be able to call the route in code and adjust the...
View ArticleUsing ion-toolbar as a desktop nav, clipping dropdown menus
Hey devs! I am building a web app using StencilJS (2.3) and Ionic (5.2.3). I want to build a desktop navigation bar. I am trying to use an ion-toolbar but the toolbar (I think?) is clipping my...
View ArticleIon Slide dynamic update not working.(vue3)
Hello, compared to list v-for loop it can be update the list using states but in ion slides not I receive this error. DOMException: Failed to execute ‘insertBefore’ on ‘Node’: The node before which...
View ArticleIonic passing parameters from firebase
Hi everyone, I’m relatively new to ionic and I need help on this. Any replies would be greatly appreciated ! Thanks I have stored data in my firebase and would like to retrieve them by their...
View ArticleHow can i implement router animation in ionic-vue
Please any one can give me basic example. In the docs there’s no Vue code snippet only angular and react. Please help. And whats the different between ion-nav and ion-router-outlet please give me...
View ArticleHow to call a service function in the app.component.ts file?
Hi all, I have implemented the following service that gets information from capacitor storage. export class StartupService { public myActiveEntityDesc: BehaviorSubject<any> = new...
View ArticleNeed directions for app organization
How would you organize your environment in ionic/angular for the following case (fictional scenario)? Suppose we want to build a library of applications (sub-apps). Library Automation Human Resources...
View ArticleBuild app without frontend framework knowlege
Hello, I’m working on a project written by TypeScript for the backend and only needs a mobile app for the frontend. Can I create a mobile app (Android/iOS) without any knowledge in Angular, React or...
View ArticleCannot upload app on app store due to UIWebView error
I am getting my iOS application rejected by the app store due to the following error - ITMS-90809: Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for...
View Article"NullInjectorError: No provider for Storage!" in Karma test
I am getting the below error on the default unit tests provided for various pages in my Ionic 5/Angular application. All of the pages having issues use an AuthService I created, and only produce...
View ArticleIonic (3) WKWebView IOS 14 ITP - Best options
I’m looking for options and solutions for IOS 14 ITP problem. Seems like there are bunch of paths floating around the internet. Trying to find the best solutions that work with ios 14 building with...
View Article