Create a "Dynamic Modal" in a Service?
I would like to fix some issues and automate some stuff when I create a modal in Ionic V4. The solution I’ve found is to create a service to create my modals for me. @Injectable({ providedIn: 'root'...
View ArticleIonic v6 Stackblitz?
Hi All, I am not that great with Stackblitz but is anyone please able to provide a Stackblitz of the latest ionic 6 with Angular 13? It makes it easier when trying discuss bugs, how tos. Big thanks in...
View ArticleIonic vue forcing android styles on ios
Hi, im building a web app with ionic and vue but found a brick wall when it comes to styles. The only way suggested by ionic to alter the global config on vue (Config | Ionic Documentation) is when...
View ArticleCommand ionic capacitor run android doesn't work!
Hi everyone! I am a young developer looking to create an application using ionic. trying to start the emulator via capacitor, however, I get the following error: capacitor.cmd run android --target...
View ArticleIonic 5 Dark theme Android
Hi, I have developed an Ionic 5 App but I´m having problem with dark theme. I have in my variable.scss file the following code: @media (prefers-color-scheme: dark) { . . . . } In IoS device it works...
View ArticleBug on IOS/Safari with the ion-refresher
Hello, I encounter an issue with the ion-refresher component when there is a fixed element in the page. For example, I use fixed tabs but since I added the refresher, the tabs doesn’t keep the top...
View ArticleObject is of type 'unknown' in ion-range dual knobs
any guideline to costume progress-bar as the picture below! thanks in advance i have tried this <ion-item> <ion-range ref="rangeDualKnobs" dual-knobs="true" :min="21" :max="72" :step="3"...
View ArticleHow can i insert the console tab (in inspect) errors into mysql database?
have researched for few days on how can i insert the console errors (the tab while inspect on the browser) into mysql database but couldn’t find anything relatable. and am not talking about the...
View ArticleIon-datetime v6 [min] [max] value doesn't work as expected. Can't go back to...
hello, i’m using the lastest ion-datetime component and i’ve faced the following issue: if i choose a min value as starting date, when i swipe months with the arrow and i got forward, i can’t go back...
View ArticleEDIT - IT'S A IONIC CORE BUG. Ionic 6 - setSelectionRange problem on input...
After upgrading Ionic Core to version 6.0.7, i suddenly got this error it’s just an input field of type “email” it works fine on real device, safari. Ok it’s a bug introduced in the 6.0.7 version,...
View ArticleIon-modal - Can't enable touch propagation on underlying page
I am trying to let users interact with the underlying page interactable even while the modal is opened. This would be useful on the new sheet modal to create pages like this: I’ve taken this picture...
View ArticleOverride swipe back threshold
I need to override the createSwipeBackGesture.canStart method to allow swiping back from anywhere on the screen instead of just the edge...
View ArticleInstalled app suddenly becomes dark
Hi, i installed my ionic app since 2021 and now interface becomes dark, can anyone tell me how ti fix this ? becomes 1 post - 1 participant Read full topic
View ArticleChanging slides using buttons above swiper
Hi there, I’m new to Ionic React. I’m trying to change slides using buttons that are placed above Swiper onClick: const Tab: React.FC = () => { const swiper = useSwiper(); return ( <IonPage>...
View ArticleCreate modal on click to ion-tab-button
i’m new on ionic/vue and i want to create a modal on click button action like it shows below Modally click on ion-tab-button to display the list of items any guidelines please ! 1 post - 1 participant...
View ArticleHow to create nested swiper with swiperjs in ionic angular
I’m trying to build an app where the main page has a set of ion-card. Just one card is displayed on the screen and trough vertical scroll the user can reveal other card (as in instagram with posts)....
View ArticleMultiple list item selection by dragging
Hello everyone, Anyone ever tried to select across multiple ion-items by dragging across the item list… sort of how we can select multiple emails in the official Apple Mail app? trying to achieve...
View Article(element) ion-content: HTMLIonContentElement 'ion-content' is not a known...
I add a child routing module (home.routing.module.ts and home.module.ts) Home.module.ts import { ApiService } from './../shared/repository/api.service'; import { NavParamsService } from...
View ArticleIonic cordova run android does not generate a fresh app-debug.apk
Recently I started seing a strange behavior, when I run ionic cordova run android to deploy my debug version of the app to an actual android device, the generated app-debug.apk does not reflect the...
View ArticleApplication with ip camera
Hello i have a camera ip (http and rtsp) and i wanted to take some capture on it. I need to have it on android and IOS. I tried to use the capture media plugins and Streaming Media but it don’t realy...
View Article