ionScroll not triggering on android device
Hello guys, I have the following code : <ion-content ref="content" :scroll-events="true" @ionScroll="doSmth" class="ion-padding"> some long text... </ion-content> Event handler doSmth has...
View ArticleDoes stripe work with ionic vue?
Does stripe work with ionic vue? I’m asking because I don’t see anything on the docs 2 posts - 2 participants Read full topic
View ArticleFile-based Routing
Hey, any possible way to implement a File-based Routing feature instead of a regular React Router? 1 post - 1 participant Read full topic
View ArticleHow to remove ion-range button border
Hello everyone Has someboby a clue how I can get rid of the bottom border of io-range? lines=“none” isn’t working and also css was not successful. Thank you for your help. 1 post - 1 participant Read...
View ArticleBest method to persist vuex states with ionic storage v3?
Hi i tried to persist states creating a vuex mutation ‘xInit()’ that sets the states with the ionic storage on a mounting component. wich is basically ok. but i wanted to try something more generic so...
View ArticleIonic-selectable - Edit mode - unable to select the saved record
Hi, I am learning ionic framework. Created a simple user registration screen with gender as ionic-selectable control. able to save the value to database. However, in the edit mode, could not select...
View ArticleDevelop windows desktop apps with Ionic?
Hi, While I heard of Ionic a few years ago, it seems that a lot has changed since then. Just want to confirm that as of now (2021), whether it’s possible to develop Windows desktop apps using Ionic...
View ArticleUnexpected token { in re.js after updating the ionic node module
I have a module, that is malfunctioning. Uninstalling and reinstalling it ultimately results in the same error. And I can see, that uninstalling it doesn’t get rid of all the files. Specifics: The...
View ArticleIonic 4 labels are small in bigger screen
My <ion-label></ion-label> looks way smaller in ipad and Andorid Tablets , instead adjusting in css using media query , is there better way to do that. 1 post - 1 participant Read full topic
View ArticleIos 14.5.1 : Issue with ion-button while changing disabled property
With recent IOS version [14.5.1], my ion-botton started behaving strange while toggling the disabled property. When changed from disabled to non-disabled, the ion-button gets active but its label...
View ArticleConsent Management Platform Integration
Hi, I’m curious if anyone has tried to integrate a consent management platform (CMP) into their Ionic App? Our app is built with Ionic/Angular/Cordova and we’re currently working with Sourcepoint, but...
View ArticleTwo Tab Bars Appearing in One Page
In my Ionic React App, there are 3 Tabs. Different pages have different internal tabs. When I’m navigating through diff pages, some times these tabs repeats. The earlier page tab remains stuck....
View ArticleIonic not recognized
Hey all, im trying to install Ionic in a react project. I run the two package commands and installation is successful but when i import the css they are not recognized. I opened the modules folder and...
View ArticleHow to right-align a button in a column in the grid?
I have a couple buttons that I want to right-align in a grid. This works: <IonGrid> <IonRow className="ion-justify-content-end"> <IonButton routerLink={routeButtonOne}...
View ArticleServer Side Rendering Ionic React
Ive been looking everywhere trying to improve site performance through SSR. Is it possible to do using ionic framework? Thanks 1 post - 1 participant Read full topic
View ArticleTheme based global.scss is not applied on modal in ionic 3
.dark-theme{ .toolbar-background{ background-color: $headerBackgroundColor; color: $textColor1; } .toolbar-title-md{ color: $textColor1; font-family: Poppins; font-size: 17px; font-style: normal;...
View ArticleIon-alert can't be displayed over ion-menu?
I have to display an alert with two buttons over ion-menu. Problem is, the alert and the backdrop is displayed behind the side menu. I’ve tried experimenting with z-index in CSS but had no success....
View ArticleHow do i use router link with firebase?
im building an app and when someone presses a image i want it to route them to the post i got a little bit and it works i can tell because i get no console errors im guessing it just doesnt know the...
View ArticleCannot read property 'removeChild' of null
I encountered this error whenever i try to move between pages in my ionic app, how do I resolve this error Screenshot (51)1366×768 132 KB 1 post - 1 participant Read full topic
View ArticleChunkLoadError and o.isProxied error
We use Sentry for error logging with our Ionic 5 (Capacitor) App which is deployed to three platforms (iOS, Android and Web). In the Sentry lots we get a lot of these errors coming from the web...
View Article