Best practice for building nested forms in Ionic using Angular reactive forms
I am having some issues with building a nested form using an ionic list using angular reactive forms. I have a form that has the following structure. Each of the root level FormGroups (e.g.- details,...
View ArticleIon-card over the app
Hello Guys, currently I am transforming my mobile-first ionic app into desktop… What I would love to do to have some screen look as an ion-card element. Let’s say wrapp the ion-header, ion-content...
View ArticleUnable to create new ionic project with Ionic start command
I’m unable to create a new Ionic project with Ionic start . Command: ionic start demo Error: Error: connect ETIMEDOUT 192.168.113.201:8080 at TCPConnectWrap.afterConnect [as oncomplete]...
View ArticleTurning a current native Ionic 5 app into a PWA for desktop/mobile
Hi! We currently use Ionic 5, Angular and Cordova as the stack for our mobile application. We want to explore the possibility of converting the app into a PWA, in order to move functionality from our...
View ArticleGeolocalization on ios not working
Hi all, I integrated ionic geolocation plugin on my ionic 5 app but on ios simulator it doesn’t work. Could you please support me? npm install cordova-plugin-geolocation npm install...
View ArticleGeofence not working
I tried geofence in ionic 5 but it’s giving the below error. Cannot find module ‘…/…/src/cordova/platform_metadata’ Require stack: 1 post - 1 participant Read full topic
View ArticleHow to disable remote debugging in android with capacitor
I built an APK with --release flag. But still the app is showing in chrome://inspect. Is there a way to disable remote debugging. I have tried adding android:debuggable="false" in Manifest.xml Also...
View ArticleIon Slider vertical scroll not working in IOS
I have an IonSlide component that contains three sliders. Each of those 3 sliders contain an array of objects that is mapped over and rendered as components. While running the app in the IOS simulator...
View ArticleChange the default page transitions Ionic Vue
I can’t seem to find any reference in the docs that explains how to change the style of the transitions between pages, at least for Vue (the docs are dripping with everything Angular still). Initially...
View ArticleRegression with IonLoading
Hey All, I found this old resolved bug in the github issues. github.com/ionic-team/ionic-framework bug: @ionic/react IonLoading component has several issues with dismissing opened 06:52PM - 25 Oct 19...
View ArticleVideo auto play on intersection
I currently have a feed and it auto plays on certain coordinates. It works great in chrome but it only shows a white screen with play button in safari and iOS PWA mobile. (Haven’t tried in iOS but...
View ArticleHow to notify listeners inside an Android service
I’m making a Capacitor plugin that will listen on every new notification posted. I’ve created a NotificationListener service which is working properly. However, I couldn’t find a way to send events...
View ArticleProblem with plugin cordova network Ionic V5
Now, I write code withe Network plugin and when I disconnected network in my device, i can´t see allert in console. checkNetwork() { let connectSubscription = this.network.onConnect().subscribe(()...
View ArticleSEO Services India | Remote Developers India | acedigital.io
At ACE Digital we provide SEO Services India at affordable cost . Also we serve Wordpress Theme Customization Services too for your important site. Visit us for more info 1 post - 1 participant Read...
View ArticleDoubth with navigate Ionic V5
If I am on a page whose name is “hello” and in it there is a button that takes you to a page whose name is “home” and in “home” there is another button that leads to “hello”, how can I make that when...
View ArticleIon-segment-button CSS custom properties
I would like to change the ion segment button color when it is checked. I tried to write the CSS code at variables.css file as well, however no success. Below is the code : ion-segment-button{ color:...
View ArticleIonic 5 Storage data not persistent between components
Hi All! In my newly created app I’m accessing storage in multiple places As suggested I create for that purpose storage service as following: src/services/storage_service.ts import { Injectable } from...
View ArticleCapacitor Share() `Url` parameter not working properly
let shareRet = await Share.share({ url: 'http://mywebpage.test/wp-content/uploads/2021/04/p1.pdf' }); although I have passed a PDF URL in the URL parameter, in the sharing prompt it shows as a string....
View ArticleOpen a popover by long pressing the button
My code now: //it works only if u press the button .html <ion-button (click)="presentPopover($event)" >Share List</ion-button> .ts async presentPopover(ev: any) { const popover = await...
View ArticleEmbedding portion of the app / sharing components with another app
Just curious if anyone has done this—I think that perhaps I know how to do this but it would save me some headache to validate this. We have an app. It has a page and several of that page’s components...
View Article