My app doesnt build, can you help me? PLs
This error appears in all of my scss modules. And, I don’t know how to solve it. And these are the versions of ionic and angular. 1 post - 1 participant Read full topic
View ArticleDhtmlx gantt chart can't be shown inside an ion-content
I am developing a ionic-angular application in which I need some gantt charts, I tried to use the Dhtmlx library but when I insert the gantt chart inside an ion-content the gantt disappear (but with...
View ArticleTabbar show in subpages
I have a tabbar in my ionic 5 app. It works successfully but when I go into sub pages, the tabar disappear. I’d like to show it in all pages. What is the best practice? <ion-tabs>...
View ArticleFile plugin
Hello, I am trying to use File Plugin (File API Plugin for Read and Write File Access on Devices) to open a local file in my project (the file is located in assets folder). app.module.ts (...) // File...
View ArticleScroll to top when React States Updates
Hello, Is there a solution, to force the scroll bar to scroll to TOP when the React States Updates on useEffect() hook ? I tried window.scrollTo(0, 0); but it didn’t worked. Any help is appreciated....
View ArticlePush notification trouble
I have a Ionic Vue app that I want to get push notifications working on. So far I have iOS working fine and I get a FCM token and have successfully targeted notifications. Android on the other hand...
View ArticleApplying Ionic Css styles to v-html elements
Hi , when using v-html and parsing ionic markup do we a) have to make use of deep scoped css in Vue (.foo >>> .bar { color: red; }) either way how can we apply the ionic styles to this as its...
View ArticleProblem setting min and max for the new datetime comp
Hello, i’m trying to dynamically set the min and max values for the v6 datetime component. If i use viewchild <ion-datetime #datePicker size="cover" presentation="time" hourCycle="h23"...
View ArticleCopy some specific data from API array to local array
I want to loop based on API array length and add or (PUSH) only {{id}}, {{qty}} from it to the local array. API array from server m_id: "9a915" m_name: "test" material: Array(2) 2:[ { "id":...
View ArticleRemove multiple pages from the history
This is the structure of my application: <IonApp> <IonReactRouter> <IonTabs> <IonRouterOutlet> <Route path="/page-1" component={Page1} /> <Route path="/page-2"...
View ArticleCould not open settings generic class cache when building android
Lately I’m running ionic cap run android --external and getting the error Could not open settings generic class cache for settings file...
View ArticlesignInWithEmailAndPassword not working on iOS simulator/device without...
Ionic 5 capacitor app. I have a button in a child component that when clicked, emits an event that calls a function in the parent component. In other words… Child component’s .ts @Output()...
View ArticleIonic cli vue and ts integration problems
Hi. I am trying to setup the ionic cli to be able to serve my existing project and I have run into an issue but I am able to serve it with no problems with Vite. Here is what I did. in the project...
View ArticleIonic 6 - Material Input 'Outline'
Hi All, I am upgrading to Ionic 6 and struggling to find documentation on how to implement outlines in material inputs as mentioned in the Ionic Blog 6. Any one can point me in the correct direction?...
View ArticleAny way of having "inline tabs" in ion-content like in the screenshot shown
Hey guys, is there any way how I could use the tab component inline (in ion-content) - not being push to bottom or top. Please have a look at the attached screenshot. I need this feature, i.g. if the...
View ArticleGlobal Constants
Hey guys, where would you save global constants, that needs to be used from every point in the application? I would not like to put those values inside the environment.prod.ts file… Any other idea?...
View ArticleIonic 5 capacitor Connection error: net::ERR_CONNECTION_REFUSED
I have already created a new project on ionic 5 capacitor. During build is giving issues on API and plugins. Have turned from localhost to private IP and the same issue. Have tried below steps for a...
View ArticleVS Code extensions
hi there Im back to developing Ionic Framework, but it seems like Code Editors support are left behind about extensions to enhance Ionic development. I am using Visual Studio Code for frontend...
View ArticleIonic docs app for offline use
Not a question but a small feature request, a pdf for Ionic docs or an app which will update when online if there’s new info though that will be overkill. A cheat sheet with examples 1 post - 1...
View Article`react-router` is not convenient to use. Alternatives for the `react-router`
IonReactRouter uses react-router library under the hood and its functionality rather limited. react-router does not provide ability to return back to some page from navigation stack by its pathname....
View Article