Prod / Dev builds in ionic vue js
Hi. Sorry for noob question . What is the best way to publish application with development variables like “SERVER_API” based on if I run “ionic serve” vs “ionic build”. I try to use the vuejs3+ionic5...
View ArticleAngular Material Dialog ng-template Ionic Equivalent
Is there an equivalent of Angular Material Dialog ng-template for Ionic 5? I have used this in a an Angular Web application and now want to port the dialog to Ionic. It looks like Ionic Modals only...
View ArticleUsing a Pipe to filter into two lists
I am having trouble with a todo list. I have an array of tasks, when a task is checked it has to show a title ‘Finished tasks’ and the task checked has to move to the bottom to finished tasks and have...
View ArticleError in navigateing between pages
i get this error when navigate between pages . ERROR Error: Uncaught (in promise): TypeError: You provided ‘undefined’ where a stream was expected. You can provide an Observable, Promise, Array, or...
View ArticleIonic 4 Angular, menu + tabs example
Hi does anyone have an example of an ionic 4, Angular app that has a menu + tab pages but the tabs will direct to different pages depending upon if they are logged in or not? How would the lazy...
View ArticleRouting module
import { NgModule } from '@angular/core'; import { PreloadAllModules, RouterModule, Routes } from '@angular/router'; const routes: Routes = [ { path: '', redirectTo: 'home', pathMatch: 'full' }, {...
View ArticleIonic Slides with angular
Hi, I have a problem with my slide. I try to do it like this https://stackblitz.com/edit/swiper-demo-13-centered?file=index.html but when I put my slide in the container that has the “swiper-wrapper”...
View ArticleRemove cancel in action-sheet
How can I remove the “Cancel” option from the action-sheet? 4 posts - 2 participants Read full topic
View ArticleHow to fix Ionic List component flickering
I’m new to Ionic/React programming. I’m currently building an application that is connected to Google Firebase and makes automatic calls to the cloud firestore I have there. I have a page that renders...
View ArticleHow to detect changes on componentProps ionic 5 modal controller
Hi, I have page that opens a modal by using modal controller ionic 5. The modal gets an array of strings as component props and in the modal component I have the @Input() data; How can I detect...
View ArticleCustom Ionic Service and NPM
I’m trying to build a reusable service that I can publish to NPM. My custom service relies on Platform in @ionic/angular. When I install my service locally into the ionic project it gives me and error...
View ArticleIntegration of material.io in ionic
can anyone know how to integrate “https://material.io/components” in my ionic projects? 1 post - 1 participant Read full topic
View ArticleTensorflow in Ionic
I am working on a project where I am using Ionic and TensorFlow for machine learning. I have converted my TensorFlow model to a tensorflowjs model. I have put the model.json file and shard files of...
View ArticleHorizontal scroll items
I need a horizontal scroll tab and a horizontal scroll card. is there anyone who has ideas on how to make this? 1 post - 1 participant Read full topic
View ArticleIonic social sharing with multiple images issue on ios 14
Hi, I have tried to share a image array with respective image urls via social share plugin.It seems to be working fine in ios 13 where as it is not working in ios 14.Any suggestions? 1 post - 1...
View ArticleWhy doesn't IonBackButton use window.history?
I have a few CRUD pages that with following routes: Product List Product Detail Category List Category Detail, showing all products that belong to this category Detail pages have a IonBackButton that...
View ArticleBuild webapp to work in different paths
Hello everyone, I have a webapp with ionic-v3 with this specs There is a forum post like this but uses ionic-v4 that uses Angular CLI, that forum post is tagged as Ionic-v3, we think that this tag...
View ArticleDevelopment server liveReload not working [MacOS Catalina/zsh]
Screen Shot 2020-10-26 at 11.13.26 AM598×507 50.9 KB When I use the development server (ionic serve) in my old dev config, it no longer detects code changes. I also see an additional line referencing...
View ArticlehttpClient.get ok on emulator but not working on android device
Hello, I tested my app on the emulator (ionic serve) and it’s working fine. My httpClient.get returns well the json data from the mySql database. But when I publish the apk & install it on my...
View ArticleI have issues with playing local audio or videos with android target SDK 29
Hi, now SDK 28 is not allowed. I can’t play videos or audio with target sdk 29, when I try to play audio or video I have this error: GET /storage/emulated/0/Download/Atem.mp3:1 Failed to load...
View Article