Unable to call ion will remove /ng on destroy using ionic 5
You aren’t supposed to be calling lifecycle events, and they should not be used to manage data freshness. See this post.
View ArticleUnable to call ion will remove /ng on destroy using ionic 5
ok but if in tab 1 there is map with dynamic data and in the tab2 there login when user logs in again we have to show updated info in tab1 right for that we need to reload the data right
View ArticleUnable to call ion will remove /ng on destroy using ionic 5
I don’t know enough about your overall design to say much more than “lifecycle events are not the droids you are looking for…find another way to convey changes in app-wide state to pages that care...
View ArticleIonic 4 with AGM map be blank gray on leaving page
Hi have you been able to resolve this? I am facing the same issue in Ionic Modal when using the plain vanilla JS SDK and the @angular/google-maps component. Second time opening modal, the map is...
View ArticleUnable to set the ion-tab-button active
here i am using ion-tab- bar and below is my tab bar here instead i am using routerlink on ion-tab-button so when i clicked on the tab1 is not showing the icon as active. It simply shows like below...
View ArticleMaximum app flow updates reached in production
Ionic helped us and we are now running wonderfully. Thank you Ionic!!!
View ArticleIonic 4 with AGM map be blank gray on leaving page
GitHub Tommertom/-agm-ionic-modal AGM Ionic Modal Test - Google Maps - not working. Contribute to Tommertom/-agm-ionic-modal development by creating an account on GitHub. Here is a repo where AGM is...
View ArticleGDRP with Admob (founding choice) on Ionic capacitor
Hello, Do you have information or a link to integrate Google’s funding choice for Google Admob in order to comply with the new GDPR rules. I can’t find anything and I lose income: - / Thanks for...
View ArticleTab bar disappear when I push a page from tabs.ts
thank you for answering The problem is that I need a fab bottom on floating over the tab bar on the bottom, so thats why im calling goToVoicemails from there. Is no way yo push a view with the tab bar...
View ArticleTab bar disappear when I push a page from tabs.ts
huascarona: I created a fab button on tabs.html to navigate to another page That’s not what FABs are for: A FAB should perform a constructive action (such as create, share, or explore). They shouldn’t...
View ArticleTab bar disappear when I push a page from tabs.ts
thank you for your response Yeah I mean, it can be a normal button it just looks like a fab button, that the style of the button
View ArticleNodeJS and Ionic
Hello. I’m new with ionic. Why does Ionic need NodeJS to run? If Node is server-side application
View ArticleDownloading?
So in my project I’m trying to allow a user to download a select file. I want to save the file to the data directory ( that part I have figured out) just not sure on the right direction with certain...
View ArticleTab bar disappear when I push a page from tabs.ts
huascarona: it just looks like a fab button Then it is a FAB from the POV of the user, and that’s what matters. What I’m trying to suggest is that there may well be a way to design your problem away...
View ArticleDownloading?
Use Angular HttpClient to do the downloading and Capacitor’s Filesystem to write to the device.
View ArticleNodeJS and Ionic
It needs NodeJS as part of the build toolchain, not when deployed. Think of it like a C compiler - you need one to transmute your source files into an object binary, but it isn’t needed to run the...
View ArticleIon-item bottom border when click
i have an ion-item with inner input, when i click and focus on ion-item appear bottom border blue color like bellow image. i want to remove that but it is not posssible Screen Shot 1399-06-30 at...
View ArticleClearText Communication Not Permitted
Hi, I have used https secure server only for backend. and its working fine in android 6 version devices and in browser but not working in android 9 version devices. Actually the error getting like....
View ArticleNamed and Multiple Router-Outlets (Auxiliary Routes)
While waiting for auxiliary routes to work properly in Ionic, as a workaround for anyone getting here - I am using ModalController and/or PopoverController to show my arbitrary modal components...
View ArticleGetting email from apple store after publishing app on UIwebview
Hello@nikhilgupta. i have ios plugin 6.1.1 . After opening project inxcode and if i search i am getting refernces to webview . but how do i replace them?
View Article