ReferenceError: primordials is not defined in demo application
I picked the Vue demo app when setting up a new AppFlow project. Clone’d and “npm install” went fine. However ‘serve’ is broken. I’ve not changed anything....
View ArticleIonic3 iOS 15.3 handleNotificationReceived not working when app is in background
Description: Using ionc3 with cordova-ios 5.1.1 and OneSignal plugin 2.11.1 with iOS version 15.3 in iPhone, when app is in background and push notification is received. handleNotificationReceived...
View ArticleIonic3 iOS^6.2.0 OneSignal@3.0.1 throws error
Description: Facing below error while building iOS project with OneSignal plugin PODS_XCFRAMEWORKS_BUILD_DIR: unbound variable Command PhaseScriptExecution failed with a nonzero exit code Command...
View ArticleHow to support polyfills without webpack file
Hello, a few of my nodemodules/ dependencies are using modules that need polyfills, so webpack is throwing errors and my app won’t compile. How do we specify polyfills if Ionic React app does not...
View ArticleLoadingController not injected in the component and remains undefined
I have this strange situation where I don’t understand why the LoadingController is not injected. this is my code: @Component({ selector: 'app-login', templateUrl: './login.page.html', styleUrls:...
View ArticleWhich color picker for Ionic React?
Hi all, I want to make a color picker for letting user choose color. Can you recommend me some good color picker library for react? Thanks very much! 1 post - 1 participant Read full topic
View ArticleCreating Dark Mode Splash Screen for Android
I’m looking for some documentation or examples for creating dark mode splash screen assets for Android. I create my resources using the cordova-res tool, so I am not sure if there is a built-in...
View ArticleUsing --color vs color: in css
I’m a bit confused as to how styling should be done, I’m wondering for example what is the difference between these two? .photo-card-header__title { --color: var(--ion-color-danger); }...
View ArticleCapacitor music controls
We are using cordova-music-controls2. We are migrating the app to capacitor but there is no alternative working. Do you know any other option? 1 post - 1 participant Read full topic
View ArticleIonic pro: git push ionic gives error
Today I tried to push my code to ionic pro with git push ionic quality and then this error happens. I tried the same yesterday without errors. Anyone knows what this is about? Traceback (most recent...
View ArticleReplace latching flag with observable
I have a bluetooth-le connection to a device that occasionally drops. When this happens I try to reconnect. The user can also choose to disconnect. I need to differentiate between these events. return...
View ArticleSlow button response time with Capacitor x Svelte on Ios
Hello, I try to create a starter app with Capacitor and Svelte. Everything works fine except one thing, when I use native html anchor ( with svelte-routing) for navigate the there is a slow respond...
View ArticleLive reload not working - ERR_CLEARTEXT_NOT_PERMITTED
I’m using the AppFlow Vue demo tabs application. I have been able to get Android Studio to launch my AppFlow app locally on a real device (hurrah ! but boo for the emulator there being fast as cold...
View ArticleLive reload, all code is unminifed so breakpoints can't be set
I’m using the AppFlow Vue tabs demo project. After I run ionic capacitor run android -l --external and launch the app from Android Studio, I can connect with Chrome dev tools to inspect the HTML/CSS...
View ArticleHow to manually trigger ion-segment animation
Hi, I am using ion-segment with Angular and Swiper. I want to trigger the ion-segment change animation while swiping. Tried with javascript click() method, ngModal and Viewchild. But i can only change...
View ArticleError iOS App shows html code : Failed to load resource: the server responded...
Ionic iOS app works fine but if it is in background for longer duration and then if we open it then html code is getting displayed because of below error. Failed to load resource: the server responded...
View ArticleIonic button text color
<ion-button class="next-btn" color="secondary" shape="round" expand="block" > NEXT </ion-button> .next-btn{ --color: var(--ion-color-light); } this is my HTML and CSS. color of the button...
View ArticleFlickering/Black glitch while redirecting to some other page
Hey there, We decided to go with ionic react for our patient application and we are nearly done with that. While setting page boundaries. I’ve decided to redirect the user based on a context value and...
View ArticleIonic Portals Help
Hello. I have a completed web app that i want to turn into a native app. I wanna do it by creating a native app and implementing portals through there to load my webapp. I followed the docs and tried...
View ArticleSortableJS with Ionic
Has anyone used SortableJS (or its Vue incarnation Vue.draggable) with Ionic? It’s working nicely in Chrome but on an iOS device I’m experiencing two issues: If the page has been scrolled, the...
View Article