runGuardsAndResolvers not working in basic Ionic Conference app
I’m trying to implement data resolution and access permissions using resolvers and guards respectively. However, given that for some reason we cannot have a Route Reuse Strategy of our own, I...
View ArticleSocial network login in ionic
Is there a way to integrate social networks like instagram, twitter, google and similar login? I saw there are some cordova plugins but they are either depricated or not compatabile with capacitor. 1...
View ArticleLaunch modal from a service right after app start
Hey guys, I have a quite straight forward app-setup built from the ionic blank starter (Ionic 5). I want to show some onboarding-screens to the users if they start the app for the first time or...
View Article@HostListener keydown event not firing on whole app
I want to capture keydown events for my entire app (specifically to navigate with arrow keys) This works fine on any sub components, but things at the menu or root or header level don’t work. So the...
View ArticleHTML5 data attributes in ionic components - VUEJS
Hello everyone! I have been trying to add some custom data-* attributes to the ionic-select-option component but i cant access it in the @ionChange event. For example: <ion-item style="display:...
View ArticleIonic 5: iOS debugging not available anymore from Safari?
Hello, I don’t know if I’m the only one experiencing this issue but today I’ve tried to debug an app from xcode/safari and where I usually find the elements/console etc I don’t see anything . (the...
View ArticleIonic Star rating
I installed ionic-rating package from > ionic-rating - npm I followed the instruction in the link but I keep getting errors shown below: NG0304: 'ion-rating' is not a known element: 1. If...
View ArticleAzure AD B2C Msal integration with Ionic
We are trying to integrate azure msal-react module into our React ionic app, but in native devices the msal flow is not working on redirect back to the ionic app(it works perfectly in browser), T here...
View ArticleCan not read property 'substr' of undefined
I want to convert the value of date such as 2021-01-01 to 1 Januari 2021 I want to show it ini modal pubdetil.ts import { Component } from '@angular/core'; import { NavController, IonicPage,...
View ArticleIonicFramework with swagger
Has any used IonicFramework with swagger to get data from REST and GraphQL servers, if yes, with what versions of the same were used? Any reference to github projects also welcome (google is not so...
View ArticleRoute to Mapbox only works once, but when I come back to it, nothing happens
I’m trying to learn Ionic and React I’m combining a Map app and a notes app and having it so I navigate with an IonToolbar. I have the root go to the map. I click on the Notes app and it goes to the...
View ArticleRemove typescript from ionic project
How to completely remove all typescript dependencies from ionic vue project 1 post - 1 participant Read full topic
View ArticleFAILURE: Build completed with 2 failures in Ionic
C:\Users\Amol-PC\WeatherIonic1>ionic cordova build android --release --prod ionic-app-scripts.cmd build --prod --target cordova --platform android [16:42:01] ionic-app-scripts 3.2.4 [16:42:01]...
View ArticleIon Toggle is not saved - Storage (ionic)
Hi, I have a simple problem. I have a list of Toggles in my app. I need that when users check or uncheck Toggle, the changes are saved after the app is closed. I’m using StorageModule. I used this...
View ArticleAvoid repeated navigation while using tabs ionic react
I have three tabs say [ONE] [TWO] [THREE] Say the stack navigation history is [ONE] → [THREE] → [TWO] → [THREE] → [TWO] Now when hardware back button is clicked I want to move from [TWO] → [THREE] →...
View ArticleHow to not show icon name
Hi, I am using Angular material tooltip and it is working normally. After some seconds with mouse over, the name of icon appear, is there any way to not show the icon name? <ion-icon...
View ArticleRecommended splash/launch screen for new project
I’ve started a new Iconic, Capacitor and Angular project and am trying to figure out how to configure the splash/launch screen. From the tabs template I added iOS and Android and it created an Xcode...
View ArticleTypeError: Cannot read property 'map' of undefined - Typescript Ionic
Hello everyone i’m student who is new to Ionic framework and Typescript, i’m following this tutorial to complete the project How I Created a Coronavirus Tracker App in Just 3 Days with Ionic and...
View ArticleWindows permission Ionic project
every time when I tried to run my Ionic project with the command ionic serve --livereload --external It gives a permission error with some error code. When I research the problem I found that if I...
View ArticleHow to achieve this design
I want to achieve this attach UI please can you help me out how can i do that? Thanks 1 post - 1 participant Read full topic
View Article