Ion-toolbar inside ModalPage error
Styling for modals must be put at the global level, as they do not belong to any given page in the DOM.
View ArticleError: Cannot activate an already activated outlet
It is hard to troubleshoot routing problems piecemeal. Is there any way you can provide public access to a minimal repo on GitHub or Gitlab that reproduces the problem reliably?
View Article`@ionic/angular` has no exported member `AlertButton`
I’ve upgraded to Ionic 5.3.4 and switched from ionic-angular to @ionic/angular package. Now my AlertButton import doesn’t work, even though the Ionic API DOCS states this is the type I need to use for...
View Article`@ionic/angular` has no exported member `AlertButton`
import {AlertButton} from "@ionic/core";
View ArticleModalController, Modal and @ionic/angular docs inconsistency
I’m trying to access ModalController API definition for the new @ionic/angular package and unable to find matching docs on the API side. The new component is described here, examples are using new...
View Article`@ionic/angular` has no exported member `AlertButton`
Thanks for the quick help! As far as I understand, the type was moved to the @ionic/core package. Is there a way I can discover this myself using docs or migration guides, coz if I search Ionic docs...
View ArticleModalController, Modal and @ionic/angular docs inconsistency
I don’t know how you got to the link you presented as “navigate to API”, but if you just hover over it, you should see that it clearly has a “v3” in the URL and is therefore no longer of use to you....
View Article`@ionic/angular` has no exported member `AlertButton`
My understanding is that @ionic/core is everything that’s supposed to be framework-independent. @ionic/angular only has Angular-specific stuff.
View ArticleCan we make a floating label with a custom css border
the closest i was able to get was ion-item.item-has-focus { ion-label.label-floating { padding: 0px 5px; margin-top: -22px; background: var(--ion-color-light); color: var(--ion-color-danger);...
View ArticleHELP! How do I integrate native firebase google login with my capacitor app?
dayanajabif: ionic info I started fresh and now I am stuck with this error: image1242×706 49.7 KB Ionic: Ionic CLI : 5.4.16 (C:\Users\arbaaz\AppData\Roaming\npm\node_modules\ionic) Ionic Framework :...
View ArticleProblem with social sharing plugin i can't build my app
Here’s what happens when I feed your error message to the forum search function. Have you read all those threads? What concrete steps have you taken after reading them? What happened?
View ArticleIon-select does not show selected option when value is an object type
JavaScript is a terrible language, so this isn’t really your fault. I would suggest reading this thread in its entirety.
View ArticleIon-toolbar inside ModalPage error
Yes, I already read just that, but the problem was that I had forgotten to put [fullscreen] = “true” in the ion-content Thank you very much for your reply!
View ArticleHelp Using EventEmitter with Tabs Component
When I started out, I was attempting to use the event emitters to emit from (for example) tab 3, to the tabs or app router in order to make a change. Having taken a step back and re-assessed, it’s...
View ArticleHELP! How do I integrate native firebase google login with my capacitor app?
I started fresh. Now I am able to get the native google login screen but the app crashes as soon as you login with google This says that similar issue has been fixed in version 2.3.1. But I am using...
View ArticleIonic 5 - console.log in Android Emulator
Sorry for delay in replying, I haven’t been able to do any debugging until now. With your suggestions I am again seeing console.log output - thank you very much!
View ArticleIonic 5 - console.log in Android Emulator
Hello, I’m glad you solved the problem. Happy codings.
View ArticleIon-select does not show selected option when value is an object type
Hello @pratikpdw , Please try with ngModel. I tried on Ionic 5 it works. TS Code: export class Tab2Page { test = { selected:"{key:'abc',value:'ABC'}" }; constructor() {} } HTML <ion-item>...
View ArticleHow do we connect JavaScript file to ionic project
Hey guys, I am new to Ionic 4, after I created my first project, I followed the steps of the tutorial. And He deleted the project structure by building up a new HTML file and Javascript file to show...
View ArticleHow do we connect JavaScript file to ionic project
@siiulan can you show your index.html file and your .js file please?
View Article