Popover positioned in the center of screen, not near the button activated
In my ionic 5 vue App popover position in the center of screen, not near the button activated Im using the code from the doc as below image427×692 8.75 KB <template> <ion-button...
View Article[iOS, labes] weird header styling changes when serving the app
When I generate a fresh ionic app setup (angular), the styling of the header gets all messed up after refreshing the page whilst running the app in ionic labs. When I run the app on an iOS emulator...
View ArticleCreate submenu or sublist
Good morning, I am trying to create a small app, I find that I am trying to make a menu with submenus or a list of items with sub items … any example? I am using this code, I would like that clicking...
View ArticleIonic react split screens master + detail
Hi, I want to create a split screen master-details in react + ionic. Recently I used framework7, and it does it very simple… but with ionic it’s a bit difficult. I want something like this: 1000×588...
View ArticleCreate sublist or submenu
Good morning, I am trying to create a small app, I find that I am trying to make a menu with submenus or a list of items with sub items … any example? I am using this code, I would like that clicking...
View ArticleHow does Ionic React Router determine whether a page should be shown as part...
I have an Ionic React app (v5) with several dozen pages and three tabs. I’ve noticed that some pages show up as part of one of the three tabs (for example, navigating to the page, going to a different...
View ArticleIon item(s) with checkbox & katex is slow
Hello! Anyone has any idea why using “ion-item” in combination with “ion-checkbox” and “ng-katex-html” for rendering math formulas is slow when click on ion-checkbox (code below). The checkbox click...
View ArticlePhoto gallery tutorial - no camera icon
I’m working my way through the photo gallery tutorial. I got to the second page and inserted the relevant code for the camera business and … no camera icon. I thought perhaps my laptop’s camera was...
View ArticleHow to keep Android status bar always visible
I’m trying to resolve an issue with the Android status bar on some devices using my app. The problem is that on some devices the status bar disappears and can only be viewed if you pull it down again,...
View Article[ERROR] An error occurred while running cordova prepare (exit code 1):
I want to launch my app on Android Emulator .My Android studio is 4.2. When I hit the command ’ ionic Cordova run android ’ the error show '[ERROR] An error occurred while running Cordova prepare...
View ArticleAngular-devkit dependencies issue
Hello everyone! I am just new with Ionic and I am trying to start with a new app so I started with: Updating npm with latest npm install -g npm@latest Installing ionic framework CLI npm install -g...
View ArticleIndexedDB in latest iOS
Hi, I know, it is not directly related to Ionic, but as there are a lot of mobile developers around, I would like to see if someone has similar issues at the moment. Our app is using IndexedDB to...
View ArticleWhen using ngx-image-cropper app freezes
I am using ngx-image-cropper in my ionic app but when I drag and drop for image cropping app start freezes. image-cropper [imageChangedEvent]=“imageChangedEvent” [maintainAspectRatio]=“true”...
View ArticleScrolling events do not trigger on phone
Hello guys, i have following code <template> <ion-page> <ion-content :scroll-events="true" @ionScroll="pullAnimation" class="ion-padding"> <div v-for="i in 60" :key="i">...
View ArticleIon toggle/ ion alert checkbox doesn't work
When I run my app in the emulator, I check my ion toggle and my checkbox alert, but as soon as I close the app and open it again, the changes I made do not remain. I looked for solutions here on the...
View ArticleWhy my CSS custom code is disable while refreshing the browser?
CSS enabled image413×828 16.3 KB CSS disbled image389×821 16.7 KB How to prevent the CSS from disabling? 1 post - 1 participant Read full topic
View ArticleHi, how to achieve loading spinner? border radius?
@Variable CSS ion-loading.loading-custom-class .loading-wrapper { –background: #222; –spinner-color: #fff; color: #fff; –border-radius: 10px; // it wont work –border-width: 4px; –border-style: solid;...
View ArticleIonic Vue: How to dismiss the Ion-Loader after data is ready?
Logic seems correct however the data process first before the spinner executes?? Composable useIonic.ts // import { ref } from 'vue'; import { loadingController } from '@ionic/vue'; export const...
View ArticleHow to make variable css to scss?
Hi, Is there any way how to convert CSS to SCSS? 7 posts - 3 participants Read full topic
View ArticleControl Other Page's Slides
I created a service via “ionic gen service myservices” I created a page via “ionic gen page mytimeattendance”. This is page i have a slides #mySlider. I need to use the service i have created to slide...
View Article