Ionic 4 slow performance on user interaction
Im looking over the demo…and I honestly don’t even know where to start It seems overly complicated and written in a way that will always be slow. The overall slowness of your demo is due to a mixture...
View ArticleIon-slides not working with ion-segment after update on ionic5
Hey there, I try to stay as short as I can and hope somebody can help me. I am happy about any help that I can get, because I am running out of ideas now. It is a bit more complex, but I try to stay...
View ArticleIonic http on ios
Hi guys i made a E-Shop with ionic and angular, now i build in android everthing work fine but in ios its not getting product and anything else. Any help ,
View ArticleHow to use multiple ion-radio controls in reactive form?
In my Ionic / Angular app, I am trying to allow users to select a user type when signing up. For example, I want them to choose whether they are a Customer or a Supplier. I tried to add these 2...
View ArticleLivereload problem: ReferenceError: process is not defined
@Hanzo I have the excat same problem - did you find any reason/solution yet? What we have in common that we both use auth0 here.
View ArticleSomething about view life clycle : ngAfterViewInit Issue
Can you please help me with an issue. Its urgent and important (<any>window).cancelCallback = ()=>{ debugger; console.log("Cancel callback was created with window instance");...
View ArticleWhat is the best way to play audio at the moment?
Was getting that error and Its likely zero.setVolume(1); and zero.play(); are being called before the media had been fully created. Try calling them in a different function after the media.create has...
View ArticleCordova > Capacitor localStorage missing?
So after trying many different things, it turns out the default URL scheme for Cordova is “file” so setting capacitor.config to: “server”: { “androidScheme”: “file” } will get you access to any...
View ArticleCapacitor + Ionic4 : customurlscheme not redirecting to app from the browser app
Hello! I am working on a newly upgrader ionic 4 + capacitor app (I was using Ionic 3 and Cordova). I am using the Cordova-plugin-customurlscheme plugin in order to redirect the user to the app after...
View ArticleSomething about view life clycle : ngAfterViewInit Issue
Not sure what you’re trying to do or what payment service you are using. Could you explain more?
View ArticleIonic http on ios
Not a lot to go off of from that…can you please explain more? What’s the issue, what do the dev tools tell you?
View ArticleWhat is the best way to play audio at the moment?
Except that I have the same error in create function. Anyway, I put the create in the constructor (creating zero as a class attribute) and as expected I got the three errors and no audio
View ArticleSpeech recognition on Apple devices no longer works after stop and restart
Hi we are currently using speech recognition to perform a test. The task is to assign numbers to symbols and the assignment is done by speech recognition. The test runs for 90 seconds. Here we have...
View ArticleImage cache from disk cache problem
On my website angular, when i go to page first time, it load all image (from asset) and when back this page again, it will not load image again or load from disk cache. But on in my ionic v4 app, all...
View ArticleCan I create an ionic v4 project with the latest CLI
@sebastienguillon1 you are misunderstanding the purpose of framework versions. You can’t start a new project with v4 because it’s not the stable release version. You should update your projects deps...
View ArticleApp Store Connect warning: UIWebView API deprecation
Alexandar: Google Hi, Can you try by removing firebase plugin or you can update to latest version. We also faced same issue and resolved.
View ArticleWhat is the best way to play audio at the moment?
Try something like this, hope it works export class HomePage implements OnInit { zero: MediaObject; constructor(private media: Media) { } ngOnInit() { this.prepare(); } prepare(){ this.zero =...
View ArticleProblems async method
Yoyo31: if i understand correctly, Observable is more suitable for a database subscription ? Two factors I would consider: A. What is the original source providing? There are methods to convert...
View ArticleDeeplinks and Index App Content
Hi Chris, today i ran into the same issue. Seems to be a bug within IonicDeeplink plugin. The handled flag is completely ignored (the if condition is empty) and always YES is provided as method...
View Article