Vue Ion Toggle change event is wrong
Found what I would believe to be a bug in Ion Toggle. Imo, Ion Toggle should behave directly as a nicer UI version of a checkbox. Yet, presumably due to it being wrapped in a button, it’s change event...
View ArticleIs there any ionic input mask module to use?
I want to add a phone number and ssn mask for my ionic inputs and I was wondering if there is any module out there for it? I’m using ionic 5. 1 post - 1 participant Read full topic
View ArticleIon-modal vue 3
Not sure exactly how to close a modal with say a button called “Close”. The vue 2 way doesn’t work anymore: this.$ionic.modalController.dismiss(); Any idea what to do? 1 post - 1 participant Read full...
View ArticleHow to not to share scroll state between slides?
How can we separate our scroll state between slides? This is real problem for me. Setting up autoHeight, scroll-y="currentSlideIndex === 1" doesn’t fix but rather create another issue here. I can’t...
View ArticleHow can I use common npm packages in Vue Ionic
Hello, I’m new using Ionic Vue. In Vue projects, I use packages like vue-moment, and I import it to my app.js like this: const moment = require('moment') import VueMoment from 'vue-moment'...
View ArticleTab Labels from Variables
I would like to name my Tab Labels from a variable, instead of a hard-coded string. How do I do that? 1 post - 1 participant Read full topic
View ArticleHow to use ion router in vanilla js?
Hey all, I am new to ionic. And I am using ionic as a standalone framework with vanilla JS. I have a bottom nav bar with 3 buttons and want to navigate between different html files associated to...
View ArticleCapactor Storage through dependency injection
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleRound the top edges of my tab bar
Hello, I would like to know a solution to round the top left and top right edge of my tab bar. Thank’s for help Capture d’écran 2020-11-06 à 17.14.56750×182 25.5 KB 1 post - 1 participant Read full...
View ArticleIntroducing Init - Feedback thread
Hi everyone, I’ve been working on a side project to build a fast prototyping tool for Ionic apps that I’m calling Init. Init accelerates the creation of new apps built on Ionic, and would be useful...
View ArticleIonic no alert on one signal push notification
I’m working on Push Notifications with ionic and OneSignal. Up to now I can receive the Notifications, but if I click on it, nothing happens. For testing it would be nice, if the app would show an...
View ArticleIonic 3 Project evaluation failed including an error in afterEvaluate {}
Good evening i have an ionic 3 app which uses FCM for push notifications I have the android 8 platform installed when i try to do cordova build command i got the error: Project evaluation failed...
View ArticleScrollable modal
Dear. I have a modal with a list but it does not show the complete list, how is it possible to make a drop-down (Scrollable ) modal? Thanks in advance. export const Categorias: React.FC = () => {...
View ArticleNetwork plugin problem with wifi auth
Hi everyone, in ionic 5 i am using the plugin network to understand when i am online. When the physical device connects to a wifi that requires authentication, the plugin issues on the onConnect...
View ArticleIonic Vue focus input
I am new in Ionic, so I need help on simple task. I use Vue/JS and I want to set focus on . It is no problem to do it on , but no way to focus on . Thank you. 1 post - 1 participant Read full topic
View ArticlePDF to Base64 using filechooser
Hi everybody: I saw to other post get the base 64 files, but i didn’t get it work, the other solutions i get no show when the developer is using chooserFile Other thing, is readAsDataURL, i get not...
View ArticleItem-sliding in super-tabs very tricky, any solution?
Hello everyone, I use ionic-super-tabs 7.0.8 and ionic v 5 and angular v9. I have created my super-tabs with item-sliding inside, but the slide is very complicated, whereas item-sliding on a new page...
View Article@ionic/angular components not visible
I’m using @ionic/angular inside an angular version 10 project and although everything works fine locally using ng serve, whenever we deploy the application to the server the angular components are...
View ArticleReact nested routes
Hi. I am building an application with two main navigation area. One accessible to guests, the other one accessible only to logged users. All pages in the user area have a common header. I made a...
View ArticleBorder-radius not working on IOS
Hi. I’m doing an app in IOS and Android. For some reason when I’m using border-radius it’s working in the android, but not in the IOS. Can someone help me out? This is the html: <ion-list...
View Article