FCM navigation when app is killed not working
this.fcm.onNotification().subscribe(data => { if(data.wasTapped){ this.router.navigate(['/detail']) } else { this.router.navigate(['/detail']) }; }); it’s working in background and foreground when...
View ArticleAdd vue plugin to ionic typescript vue, how?
Please help me, dose anyone can give an example (vue-cookies or axios …) i don’t see the example in ionic document 1 post - 1 participant Read full topic
View ArticlegetActiveIndex of Ion-Slides when page is loaded
Hi everyone Im working on a PWA which contains slider and Im using ionic slides to achieve that. Everything works fine with slides but I have a problem which I couldn’t solve, I need to get the active...
View ArticleIonic 3 Unbale to upload video, getting 405 The resource doesn't support the...
When I try to record and upload a video to the server, I’m getting The resource doesn’t support the specified Http Verb error. I have ***** for all headers on the API end. But no use. Please help me...
View ArticleIonic 5 ion-input does not work correctly inside ion-nav component
I have a problem with ion-nav component. In my UI I have a modal with an entry point for all my app. There is an internal navigation showing different pages (signin, signup, password-recovery …). All...
View ArticleERRORin Cannot read property 'loadChildren' of undefined [ERROR] An error...
hi, even though my app is served by ionic serve, ionic build --prod fails with the error in the post’s title, this is what I get with ionic info: <pre> <b>Ionic:</b> Ionic CLI :...
View ArticleIt does not save an audio recording to a file
I have created the function to save and record and stop the recording, but it does not work, it creates the file but does not store the recording, the file weighs 0B. I use a xiaomi mobile with...
View ArticleUsing ionicons in Ionic Vue 3
Hello everyone, I’m trying to find out what the default way is to showing ionicons in Ionic Vue. Im unable to use them when trying to import and also when using them inside other components (like...
View ArticleIonic Angular custom fonts not begin loaded
stackoverflow.com Ionic Angular custom fonts not begin loaded css, angular, cordova, ionic-framework asked by Pra3t0r5 on 09:13PM - 19 Oct 20 UTC github.com/ionic-team/ionic-framework bug: opened...
View ArticleTab bar icon is only visible when selected on ios
My project’s ionic tab bar has custom icons, but when I compile for ios, the icons only appear when the page is selected. Notes: On android it works perfectly. Here are some images below to illustrate...
View ArticleZoomable Image
I’m trying to create a media viewer lightbox using IonModal and IonSlides, however when placing an image in a slide, it is not naturally zoomable (pinch-to-zoom). There are a number of really old...
View ArticleVue create directives
i am trying to implement dbltab and longpress using hammer in vue 3. the doc and the behavior of directives are not the same. the doc shows bind/unbind, but it looks like created/destroyed are the new...
View ArticleDetect normal scroll with scrollToPoint
I am using ion-content and it’s scroll methods in the Ionic react. I want to update the header based on the scroll.I am using onIonScroll to detect the scrollY position. in which I passed handleScroll...
View ArticleCannot display camera
Hey everyone, I am having a trouble when I try to use cordova camera plugin in my application. Actually, I’ve tried to give permissions to the application using...
View ArticleIonic React using Sentry Sourcemaps
Dear diary… I watched this talk by Mike Hartington and Neil Manvar on Real time application monitoring for Ionic Apps with Sentry I’m using the same Make file as per Mike’s git repo which is an app...
View ArticleWhy ion-alert use button instead ion-button
Hi people, in Ionic 5 I use ion-alert and when this comps are rendered I see <button> tag instead <ion-button>. So, why Ionic don’t use Ionic comps for button? Or there’s a way to use...
View ArticleIonic iOS iCloud Keychain not available
I’m trying to access the shared iCloud Keychain in my Ionic application, but it’s not working. I have another MacOS app that writes some data under this path: com.app.keychain.token And these data are...
View ArticleHardware Back button , subscribeWithPriority returning void for...
When trying to call multiple handlers with same priority using processNextHandler, returning the void error stated below Argument of type '(processNextHandler: any) => void' is not assignable to...
View ArticleError when using composable and reactive in Ionic Vue
I’m trying to use the Composition API with Ionic Vue but it’s throwing an error when trying to compile. The error is coming from the use-song-list.ts and the errors I’m getting are Type...
View ArticleError when running ionic cordova build android
hi when running ionic Cordova build android I am having this error any help, please FAILURE: Build failed with an exception. What went wrong: Could not resolve all files for configuration...
View Article