Mutating @Input object in child component
Hello everyone. This might not be a good place to ask Angular specific questions. if I violate rules, please let me know so I could delete this topic. Is it okay to mutate @Input object in child...
View ArticleIon-select does not respect required attribute
change <ion-select required> to <ion-select aria-required="required">
View ArticleThe call to onClick with ion-fab-button does not work
TaimoorMughal: private api: ApiService The problem is with the CSS but I can’t see what the error is. I comment and it works: image911×428 32.4 KB
View ArticleMutating @Input object in child component
You can, but I don’t think you should. At least not directly. As when you change the input directly, and then it changes else where in the parent, you just lost what information is needed. A better...
View ArticleIonic with offline use and data-driven architecture
So a few things… Offline Storage: There’s 2 versions of the plugin GitHub ionic-team/ionic-storage Ionic Storage module for Ionic apps. Contribute to ionic-team/ionic-storage development by creating...
View ArticleThe call to onClick with ion-fab-button does not work
The line that affects the operation is as follows: transform: rotate($rot * 1deg) translate($circle-size / 2) rotate($rot * -1deg);
View ArticleCapacitor-android projectDir default path change in latest version
Is there any reason to move capacitor plugin folder from android/cpacitor to …/node_modules/@capacitor/android/capacitor ? We don’t commit node_modules to git repository : So my custom change of...
View ArticlePopover-like Thing
I want something like a popover, but that doesn’t modal-ly take over the background, so that I can still scroll content in the background and select / copy / paste from the background without...
View ArticleUnable to add 'title' to AlertController in Ionic 6 app
I am trying to add an AlertController to my Ionic 6 app with the below code: presentAlert() { let alert = this.alertCtrl.create({ title: 'Low battery', subTitle: '10% of battery remaining', buttons:...
View ArticleThe call to onClick with ion-fab-button does not work
Hey there! Do you have an example project to look at? It’s kind of hard to follow along with one
View ArticleUnable to add 'title' to AlertController in Ionic 6 app
title was something that existed in older version of Ionic. As of Ionic 5, all the overlays have a consistent set of options. What you’re looking for is header. Please see our API docs which have the...
View ArticleCapacitor-android projectDir default path change in latest version
You should not be modifying node_modules at all in general. If you want to modify plugins like that, you should be making your own plugins and maintaining them.
View ArticleNavigation url changes but view does not load
Hey there! Got an example project on github that people could inspect? A lot easier to debug issues with on.
View ArticleCordova not available on real device
rajmd: @ionic/angular-toolkit : 2.1.2 Please update to the latest angular-toolkit package, 2.2.0
View ArticleIs there a way to programmatically trigger the ion-refresher?
Hi. How can I simulate pull-down refresher, for purpose of e2e testing in protractor? Is there any way to trigger it by plain js?
View ArticleNavigation url changes but view does not load
No. Not at the moment. But please I need help. Any other information or code will be added if needs be.
View ArticleIonic Http request getting error with XML object
rapropos: This is a server-side problem, and I would suggest fixing it Do you have some links for that. I’ve tried more without success.
View ArticleNavigation url changes but view does not load
Please provide a sample app/demo that people can inspect. We cannot guess the issue from what you’ve provided.
View Article