Issue: Argument of type 'Event' is not assignable to parameter
leandroter7: I remember that i set “strictTemplates”: False when create it. A much more narrowly-targeted way to deal with this issue is described here.
View ArticleDelay between ngAfterViewInit and ionViewWillEnter
I realize that this is a large ask, and may therefore not be worth the effort, but if you are using Angular’s lazy loading, I think it’s worthwhile making a build that doesn’t (by putting everything...
View ArticleProblem getting Ionic to server on mac OS big sur
I am on mac OS Big Sur and am having a heck of time getting Ionic to work. I am working on a project with a developer and we have a git repo where we manage the project. The local repo is in my user...
View ArticleIonic5 tabs and navigation extras
Thanks for the feedback. I will look into what you suggested, it does make sense. I would have thought that an approach that is parameterized would be better rather than making global...
View ArticleCapacitor transparent status bar overlapping with toolbar in Ionic app for...
I set a transparent status bar in my app.component.html in my ionic app for android as follows: import { Component,OnInit } from '@angular/core'; import { StatusBar,Style } from...
View ArticleCan't add stickers to whatsapp
Hello, I’m intetested in your code, to know if you have solved or no?
View ArticleDelay between ngAfterViewInit and ionViewWillEnter
I might be looking in the wrong place for the fix, but an app that takes 3 seconds to change between tabs is going to get me a lot of bad reviews so I definitely want to find the right bit to stress...
View ArticleIonic5 tabs and navigation extras
Thank you again. Although this felt unnatural, it worked surprisingly well! I still think it would be nicer if it was simpler to just easily parameterize the tabs and handle it all in the routing but...
View ArticleIonic5 tabs and navigation extras
gotters: I still think it would be nicer if it was simpler to just easily parameterize the tabs and handle it all in the routing I can sympathize with that desire, but tabs exist in a realm beyond...
View ArticleDelay between ngAfterViewInit and ionViewWillEnter
In my app-routing.module I already have PreloadAllModules, and if I add it to the other routing.modules files I get errors about forRoot being called twice and recommending putting it back to forChild...
View ArticleDelay between ngAfterViewInit and ionViewWillEnter
CraigStanton: In my app-routing.module I already have PreloadAllModules I’m speaking of a much more drastic restructuring, to the point where a global search for @NgModule in your entire src/app/...
View ArticleButton-bar alternative in ionic?
I’ve been using this button bar component for a few years after writing it and recently have put up an example app for the button-bar component on Github at...
View ArticleIssue: Argument of type 'Event' is not assignable to parameter
Thank`s ! Realy usefull !
View ArticleProblem getting Ionic to server on mac OS big sur
Sounds like you’re in the wrong folder, Make sure you’re in the the correct project folder.
View ArticleExecute function when receiving notification while outside the app
I have a function that saves the data it receives in Indexedb, I would like to be able to run that function every time my app receives a notification, even when it is closed. Is it possible to perform...
View ArticleSyntaxError: Unexpected token in JSON at position 576 at JSON.parse
Is your echo response have json_encode(response) function?
View ArticleGetting CORS error when trying to use http post to send data to the nodejs API
As I am using GitHub - silkimen/cordova-plugin-advanced-http: Cordova / Phonegap plugin for communicating with HTTP servers. Allows for SSL pinning! plugin for developing my Android project to connect...
View ArticleSplash screen show whenever i navigate within my app
@mhartington how i can send you my project personally because i have some credentials like firebase push notification, API authentication key and url. So could you tell me please as soon as Thank you...
View ArticleModals + react-query: TypeError: Cannot read property 'append' of null
I’m trying to use the IonModal component and getting an error with react-query that I don’t know how to solve. I have an IonPage that uses react-query to fetch a list. I click a button “Open Delete...
View Article