Ion-list alignment
CSS-Question-png1440×860 209 KB I tried to adjust the CSS on the ion-item component, ion-list component, and the app component. ion-content { align-content: flex-start; text-align: left;...
View ArticleHow to Dynamically pass Icon Names
I have a Template which has several child components one of the components take a array as prop. In that array, I have a field named icon which contains the name of the icon that is to be set… For...
View ArticlePossible to set fill="outline" (or other tags) for ion-button etc CENTRALLY?
I know about css of course in variables.scss and other places - just can’t find anything on centrally changing all buttons of my app to default fill=“outline” without search+replace all the code… Is...
View ArticleHow to use response outside the function?
In response, there is only one value. So how can I use that response outside of function? Whenever I tried to use outside function it is showing in console undefined....
View ArticleClear Routing Stack does not work
Hello, Actually i’m working with Ionic-v4 (Angular), i tried to use all API’s like: .setRoot , .navigateRoot, .pop, .push, using options like replaceUrl:true, skipLocationChange: true,...
View ArticleI can't build ionic react app on IOS simulator
I’m trying to build an Ionic React project. I’m successfully compiling the project on the IOS simulator but It crashes when It opens. Error showing is ERROR: Unable to load public/index.html This file...
View ArticleHow to properly have nested views to display?
Hey there! So currently were working on a project which has many nested routes which must display. The reason being is were having two separate components displaying at the same which will switch out...
View ArticleHow to create multi-column layout on desktop, paged on mobile
I’m just about to start my first ionic app with vue. Never used ionic before and I’m pretty new to vue but otherwise an experienced dev. Anyway, the app I’m building needs to have multiple columns...
View ArticleExpand ion-row to fill remaining height of grid?
Is there any Ionic CSS utility to stretch a row in a grid so that it fills the remaining empty space(height)? Let’s say I have a grid with a fixed height. In the grid there’s 3 rows. The first two...
View ArticleIonic use npm and javascript library
Hi everyone I need help. Can I use javascript and npm library in ionic angular ?? 1 post - 1 participant Read full topic
View ArticleBase64 to Gallery plugin not work in Ionic 4 and 5
Plugin is :: Base64 To Gallery - Ionic Documentation When I saved a image into gallery then show this error “Error while saving image” Code :: downloadQR(){ const canvas =...
View ArticleIonic 5 app with Android 8 platform cannot access internet on devices with...
Hello my ionic 5 application can access my API via internet on phones with an android version below 9. but on phones with android versions above 8, it can’t find the API. I added the platform to my...
View Article[XPC] Handle connection with error: Connection interrupted
I have used video tag to display video which has source of online URL. but video duration is around 2 hours. when video is playing and if user tap on home button(app goes to background mode). and...
View ArticleScroll Freezes When Changing Windows
Encountering a bug when trying to switch from one ionic slide to the next: Loom | Free Screen & Video Recording Software Anybody think they know what the problem could be? import { Component,...
View ArticleHow to show parent page when user slide from left from a detail page?
Usually in a native app when you are on a detail page and you slide from the left side you can see a preview of the previous page from which you were coming. I’ve just created an app from scratch from...
View ArticleNo navigation animation when I use router.push?
Is it possible to disable the animation transition between two pages ? I would like to keep the animation for some nested routes but disable it for other links. For now I navigate between pages...
View ArticleIonViewDidEnter not working
I am trying to use ionic lifecycle hook ionViewDidEnter() . but it is giving error 59:5 error 'ionViewDidEnter' is not defined no-undef that’s how I am trying setup() { ionViewDidEnter(() => {...
View ArticleHow to hide the Scroll Bar in the ios Simulator? (Vue.js)
Hello, I have a problem with hiding the Scroll Bar on scrolling. Can someone help me how to solve that? Thanks. This is my code. <template> <ion-page> <ion-content :scroll-events="true"...
View ArticleSound lag on IOS
HI. I can run my awesome ionic app on android with no problem. On IOS, it work perfectly if i disable sound. If sound is enable, each sound playing make the app lag… I use the HTMLAudioElement like...
View ArticleApplication navigation stuck between pages
I have released a new application with ionic and it works well in ios and android but when i tested in oneplus , sometimes pages stuck between two pages and ion backbutton was also not working. One...
View Article