Can't get 0.0.9's ion-vue-router to work with tabs
can you post some code so I have an understanding of what you are trying to do? Also I would recommend that you use some sort of state management library
View ArticleThe call to onClick with ion-fab-button does not work
Use this reference, but without popup, but my icons are at home. The problem that the .css is causing the buttons to do nothing. GitHub luiskcs89/ionic-circular-popup-menu Ionic directive that opens a...
View ArticleStripe checkout form disappeared from publishing
Hi, I create Payment application with this configuration : Stripe checkout form from https://github.com/stripe-samples/react-elements-card-payment It’s working well from localhost but when I publish...
View ArticlePopover dissmiss anywhere another component
Hi here i’m try to call the popover in details component. using popover i’m displaying the users.but invalid users i need to show toasts and i should stop dissmiss the popover. but this validation...
View ArticleNavigation url changes but view does not load
I’ve pushed the code to https://github.com/georgestcm/small-jobs. The tab works fine. When I navigate to job center and then click one of the list, the url changes but the page does not show up. The...
View ArticlePopover-like Thing
Not sure how well this would work for you, but you could consider just creating an absolute-positioned element, potentially with a high z-index if you need to.
View ArticleIonic3 issue with ios 13.3.1
I am using “ionic-angular”: “3.9.2” which was working fine for web, android and ios. But after the update of ios 13.3.1 version, I could not login to my ios app and this app works fine for all ios...
View ArticlePopover-like Thing
Thanks, so basically don’t use a Popover, just DIY… that’s worth a try… I’ll see how it goes.
View ArticleIonic with offline use and data-driven architecture
@mhartington, Are the Ionic offline storage plugin ready for PWA and Desktop applications? Or is it for Android and iOS only?
View ArticleV4 SCSS within ionic/core should not be imported
goal: use app level background color in custom component if import scss, e.g. @import “~@ionic/core/dist/collection/themes/ionic.theme.default.scss”; compiler prompt: “[DEPRECATED] SCSS within...
View ArticlePopover dissmiss anywhere another component
If you could provide some code examples, that would be helpful in answering your specific question. This may or may not help, but in Ionic the PopoverController itself has a getTop() method which...
View ArticleNeed an opinion to Angular-Resolver and Ionic
We have a fairly large project which does not use any Resolvers. While I suppose one can make an argument for why they could be used, using Observables and introspecting the parameters that are coming...
View ArticlePopover dissmiss anywhere another component
coaching-details.ts const selectListDetail: SelectListDetail = { isMultipleSelectionEnabled: false, isSearchEnabled: true, title: this.translate.instant('COACHING_TEAM_MEMBERS'), dividerTitle:...
View ArticleIonic Creator - Reorder list items persisting in firebase?
Hi, folks. This is my first time asking a question like this, so I’m hoping I can provide as much info as I can, but if there’s something confusing, please let me know and I’ll try to clarify it. I’m...
View ArticleWhere should I create data models?
mpicard: what about other properties with default values determined at creation, like ’ createDatetime ". Ordinarily my initial reaction would be to allow undefined for properties like that, and do...
View ArticleIonic 5 upgrade issue
AndrWeisR: I’ve upgraded from Ionic 4/Angular 7 to Ionic 5/Angular 9 Did you follow the Angular upgrade process/guide?
View ArticleMutating @Input object in child component
Perhaps I’m not understanding it completely, but I fear @mhartington’s suggestion. I fear anything that diffuses responsibility for holding truth. I really really like having only one place to look...
View ArticleCan't get 0.0.9's ion-vue-router to work with tabs
Actually, you’re quite right. I do need some sort of state management library. I was hoping to somehow keep state at the bottom most file like App.vue and then push state through the various...
View ArticleUpdating the view manually results in tags using *ngIf being rendered twice
I have to incorporate an older library called DataWedge into an existing Ionic 4 project. It requires the use of the Events, which I know is a recently deprecated interface in Ionic, but is still part...
View Article