How to us ngFor in ion-button also how to get value
Can you provide code examples you have tried yourself? Next, can you please change the category to Ionic Angular?
View ArticleAdmob plugin and consent / google UMP
Hi, Could you please explain? I have an app in ionic with admob integration and I dont know how to create consent for the user. Thabks
View Article[HELP] NullInjectorError: No provider for HttpClient! having it correctly...
A full-stack developer can assist you to fix this one. web design Birmingham
View ArticleInappbrowser target self not works on ios
hi, maybe you can try to change the _self to _blank to see whether working o not ?
View ArticleQuestion about how the back button works
Glad it works! We recently revamped our routing docs for Angular too: Angular Navigation: How Routing & Redirects Work in Angular Apps
View ArticleLocal Notifications (Capacitor/React): Do not trigger on iOS
Hey all, I’m trying to implement Local Notifications on iOS. They do not seem to trigger at all. React.useEffect(() => { LocalNotifications.schedule({ notifications: [ { title: "Test Title", body:...
View ArticleScrolling of expanded accordion to the top [ionic6]
We have an accordion group that is filled dynamically with ngfor. We need to expand and scroll every accordion item to the top upon clicking on it so that the title stay visible. Unfortunately the...
View ArticleAnnouncing the Capacitor Google Maps Plugin
I had a similar problem, I started by setting a red bg in my body html tag until I was able to see that red color and then finally set it to transparent and voila, the map was visible. Hope it helps.
View ArticleTesting Toast button click in Jasmine not working
I am unable to query for one of the Toast buttons inside while testing. It simply returns null . The class is set, and that is what is being used to query. it('should make a call to retrieval method...
View ArticleRedux state change not displayed
Hi i use redux for state management, like this: A state management pattern for Ionic React with React Hooks - Ionic Blog i can console.log the state changes after dispatching … it´s working but the...
View ArticleCannot see anything on my Ionic App
I only see this on my browser when using ionic serve. When I inspect element, I see that all the components are there: I thought the following css is hiding my components: html:not(.hydrated) body {...
View ArticleLocal Notifications (Capacitor/React): Do not trigger on iOS
Welcome to the community! Are you requesting permission first with requestPermissions? Basically something like this: if (await LocalNotifications.requestPermissions()).display === 'granted') { //...
View ArticleAnnouncing the Capacitor Google Maps Plugin
Hey folks, given that this is just comments on a release blog post, I’d highly suggest that and feature requests or bug reports be sent over to the github repo! GitHub GitHub -...
View Article"capacitor/google-maps" doesn't appear on mobile devices
Can you share a sample app? It’s hard to debug without seeing some code.
View ArticleCannot see anything on my Ionic App
Can you share your project, or at least a recreation of this? Just tried this out with a fresh project and everything seems to be working fine there.
View ArticleTesting Toast button click in Jasmine not working
So the button you’re trying to reach is actually within the shadowDOM for the toast component. So you would need your test to pierce the shadow dom to get the inner button.
View ArticleRedux state change not displayed
Do you have a snippet of code or better, a full demo app you could share? It’s the only way we’d be able to understand the issue.
View Article