Please, improve the Docs about Slides (Swiper)
Please, improve the Docs because you remove Ion-Slide in Ionic 7 and i want remove it in Ionic 6 and replace it with Swiper.js but the problem is if i want to ref the swiper i get always undefined....
View ArticleNumeric keyboard decimal separator
Hi, I’m using ion-input with inputmode=“decimal” for price parameter. In some countries they use comma (,) as decimal separator, so the keyboard is configured with comma in iOS. However, when I type a...
View ArticleHow do I change the color of an ion-item in a form when clicked on?
So I’m currently building a login form for my very first app and I can’t figure out how to change the color from the default ionic blue to another when an item in the form is clicked on to fill it...
View ArticleAuction Date Time Count down
Hi guys, l need your help with pointing me in the right direction. I want to implement an auction countdown date timer in ionic. I have 2 dates coming from WordPress backend dateFrom and DateTo. I...
View ArticleProblem with Ionic InAppBrowser
I’m using Ionic 5 + Angular to develop a proprietary mobile application. For signing in I’m using a local SSO server and appauth (package ionic-appauth from NPM). Sometimes, when the app needs to...
View ArticleDebugger not working ionic react app in android
Hi, I am running ionic react app in android device using ionic cap run android command, it creates a production build which is minified. Can anyone help to create a development build which i can...
View ArticleIonic Documentation suggestions
Hi friends who write the documentation. Here’s an interesting one for you… All it says is this: “This plugin does something”. On the link for that plugin, it’s got more… but how does one update the...
View ArticleCreate dynamic Ion-Grid using ViewContainerRef.createComponent()
I want to create a dynamic grid using Ion-Grid inside a container I created in a template of my app. I’m building a dynamic page structure using...
View ArticleChat app in Ionic with Parse as Backend
Hello, I would like to build a chat app in Ionic 5 with Parse as a Backend. I did not find any tutorial or example how to build a chat app with parse. Especially I would like to have a 1-1 chat app. I...
View ArticleCannot make ion-segment change UI content
The docs are silent on how you actually make ion-segment change the content shown under the segment tab. I have tried setting a data property when the selection changes and using v-if to show the a...
View ArticleCan you use multiple ion-footers?
Can you use multiple ion-footers ? Or are you only supposed to use it once through the whole app like you do for <ion-app>? I am trying to use a general one throughout the app and for certain...
View ArticleOneSignal push notification in ionic v4/v5
Hi Community, any one facing issue when calling onesignal library the script like skip from executed or not properly running? Because i facing some issue on onesignal that certain phone look onesignal...
View ArticleIonic 6 Popover Tab Problem
Hello Community, i have a problem with the Beta Ionic 6 and the Popover Controller in Tabs If i click on the Tab the Popover appears on the clicked Tab if i use side=“top” dont work. My problem is the...
View ArticleIonic save and load pdf from filesystem
Hi all, I need help because I’m not able to write and read a file. the code is very simple this function save a hello world pdf async savePDF(pdfString, filename) { try { const result = await...
View ArticleBest Workflow for Creating ionic iOS Apps on MacInCloud
I’m developing a simple app on Windows 10 with Visual Studio using ionic and capacitor. I can build the Android app, run an APK on android phone etc, no problem with capacitor. I’d like to use...
View ArticleSet autocorrect on attribute to all Ion-input programmatically
Currently I have 137 ion-inputs + ion-textarea all over my app. Is there a way to set all Ion-input and ion-textarea autocomplete=“on” autocorrect=“on” spellcheck=“on” at the same time 2 posts - 2...
View ArticleAdding Ionic + Capacitor to existing Angular project
I have an existing Angular project I would like to add Ionic/Capacitor to. Is there a standard way of doing this or any resources to follow? 1 post - 1 participant Read full topic
View ArticleIf else on "like" button"
I have an animated like button that on click adds the product to the wishlist/favorites addToCart(product: Product) { console.log(`add ${product.title} to cart`) this.cartService.addProduct(product);...
View ArticleIonic5 ion-datetime set both min date and time
I have a scenario where a user can select a date and time starting from the moment he opens the date-time picker… I am using the ion-datetime component as the picker and trying to set the min property...
View ArticleHaving trouble installing the storage plugin npm install @ionic/storage
I have developed a mobile app and started using storage plugin. The plugin was downloaded from npm install@ionic/storage version 2.3.0. Initially we had hiccups in the app with freezing issues. We...
View Article