Capacitor: this.platform.ready() not firing in production?
Hello I’m having a very strange issue. I have code in my initializeApp() method that takes care of some configurations like ignoring native font zooming, disabling screen rotation, some statusbar...
View ArticleTypeError: Cannot read property 'undefined' of undefined IONIC 3
Guys I’m having this error in my code Error: Uncaught (in promise): TypeError: Cannot read property 'undefined' of undefined TypeError: Cannot read property 'undefined' of undefined at...
View ArticleExceptions when navigating from dynamic to static route
Hello everyone, I created a demo repository to demonstrate the issue. This app has basically two routes/views: /home → Contains a button “start” that navigates to /step/step1 upon click. /step/{id} →...
View ArticleIonic 5 Events pass data while switching page
Yo devs, I’m struggle with passing some data through Events while transition from one page to another: export class Page1 implements OnInit { constructor( public events: EventsService ) {...
View ArticleIonic Capacitor External Ip Not detected
I am trying to use the command, ionic serve --host=192.168.75.16 I am reeving the following error > ng run app:serve --host=192.168.75.16 --port=8100 [ng] An unhandled exception occurred: listen...
View ArticleHelp with First App
I am struggling with the first app “photo-gallery” and would love some help! import { Injectable } from '@angular/core'; import { Camera, CameraResultType, CameraSource, Photo } from...
View ArticleImports not working
When i try to import Camera or plugins from capacitor gives me a error saying that “plugin is depreciated” and its no longer used in V4 so how would i solved this? i tried to use @capicitor/core...
View ArticleFacebook Plugin Installation failed
I cannot install the Facebook plugin. what am i doing wrong. Ionic Docs Facebook Connect Plugin | Facebook Docs in Ionic Documentation Ionic Documentation's Facebook Docs explain how to use the...
View ArticleHow to set default value to ion-select?
<ion-select class="border" interface="popover" placeholder="Qualify Status" [(ngModel)]="status_value" #status name="status" (ionChange)="getStatus(status_value)" > <ion-select-option...
View ArticleHow to use community HTTP plugin in Ionic React when running the app on...
I’m working on an Ionic React App running on top of Capacitor. It works fine with axios requests in browser, but on Android I have CORS issues, that’s why I’m using the community HTTP plugin: GitHub -...
View ArticleUpdate Local Ionic CLI to latest
Hello, Looking for a way to update my Ionic CLI to the latest version. Which I have already updated globally, but is not reflecting on my project. Global CLI 6.16.1 Local Project CLI with all the...
View ArticleHow to use ionic-youtube-streams
Hi to all I’m trying to follow this simple tutorial to streams youtube video in an Ionic App, using streaming media plugin as player: The Awesome Code Blog – 10 May 20 How to stream YouTube videos in...
View ArticleImplement Barcode using Ionic-React
Firstly, hi and thanks for reading this. I’ve used barcode scanner plugin ( Barcode Scanner | Install Camera Barcode Scanner Plugin (ionicframework.com)) in a Android app with Capacitor but, now I’d...
View ArticleSome ionic style are not properly loaded
Hi. I have an issue with some ionic component styles that sometimes are not properly loaded. It happens randomly to different components. Here is an example with a IonIcon where the :host style is not...
View ArticleDisable swipe left or right on Progressive Web App in Iphone's
I have a progressive web app built using Angular and Ionic. I am trying to disable back button on Iphone but it has not worked at all. I have tried using the following: GitHub -...
View ArticleAbout capacitor 3
Does anyone know how to use plugins on capacitor 3.0? plugins is deprecated and I don’t know how to use it instead. Thanks in advanced 2 posts - 2 participants Read full topic
View ArticleWarning [Vue warn]: Avoid app logic that relies on enumerating keys on a...
image1174×144 6.3 KB Expected behavior: Routing causes vue warning on the console. Don’t how to troubleshoot the problem. Code is working but got a warning Related code: When routing is click, vue...
View ArticleCustome Audio Sound With Local Notification
Am sending local notification from device only. My requirement is to play custom 23 sec audio in place of default notification sound. I have made a temporary fix by playing audio just after...
View ArticleIon Back Router Default-href not return correctly the specific page
Hello Sir, does someone have a better idea of how to point the default-href of the ion back router to be better? Cuz I don’t know why I am using <ion-back-button :default-href="{ name: 'home' }"...
View ArticleIonic Deploy manually
Hello everybody. I’m using import { Deploy } from ‘cordova-plugin-ionic/dist/ngx’; to deploy live update to my app. Everything works fine, but I would like to show a progress indicator while the app...
View Article