Angular @Output event stop working after opening Alert
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleHow to get native ios ion-modal animation
Hi there, there are some Ionic tutorials, where I can see the ion-modal animation to appear pretty iOS native - so the modal gets stacked on the top, and you can see the underlaying layer a bit. For...
View ArticleAdvice for app architecture
I am looking for some advice on best practices for my app architecture. Right now, I have my app folder structured like this: /components /guards /interceptors /pages /services /tabs...
View ArticleSection headers - Migration from ion-virtual-scroll to cdk-virtual-scroll
Hi there, we are trying to switch from ion-virtual-scroll to cdk-virtual-scroll as described in the announcements for Ionic V6. This also works, but we have a big problem which we cannot solve so far....
View ArticlePlay next audios in iOS when app is in background
Using Ionic 5, I am trying to create an app with audio-player which can play current audio and on completion of current track it can play next track even if the app is in background. I am using...
View ArticleHow to react on emitted events, when navigating in ion-modals
Hi there, I’m currently integrating a sub-navigation within a ion-modal component like described here: How to Navigate in Ionic Modals with ion-nav - Ionic Blog So in a modal I’m using ion-nav-links...
View ArticleIntegrating Fullstory
Has anyone installed Fullstory in an Ionic application and shipped them as iOS or Android apps? I’m not sure whether I should be attempting to integrate Fullstory as if I’m building a web app or a...
View ArticleLogin problem with Capacitor + Auth0
Hi guys, we are experiencing a stucking problem. We are using Auth0, Capacitor and Ionic5 Angular. When we try to login with Auth0 we get this error Login:1 Failed to launch...
View ArticleUndefined Error
ERROR TypeError: Cannot read property ‘proctoring’ of undefined. Please guide. <ion-title mode="md">{{ 'addon.skills.skills' | translate}}</ion-title> <img [src]="competency.badgeSafe"...
View ArticleCapturing app console.log on ios live app, not usb debugging connected
I have my app running and working, now I want to capture some traces as I walk around I can see the info while connected to my mac and xcode, but i don’t have enough distance to get the info I need…...
View ArticleAction Sheet Data on Handler Event
Has any thought been given to having handler in action sheet passing selected value from handler event to onDidDismiss as a data property? Trying to avoid mutable state when working with multiple...
View ArticleWebview in default layout for sidemenu app
Hello, I just created an Angular version of the Ionic app using Capacitor. I am trying to make a forum like this available on the default view/ folder page. I am not an experienced Ionic user and the...
View ArticleIonSelect unintentionally animates when scrolled past
On a mobile device when you’re scrolling, you’ll often touch the screen somewhere just to scroll, sometimes it might just be blank space / a label / text / image. Other times it might be an input. But...
View ArticleHow can I create a dropdown menu in Ionic?
I have this component which is what I want inside the dropdown menu <div className="add-resource-dropdown"> <form onSubmit={handleSubmit(onSubmit)}> ... </form> </div> This...
View ArticleIonic and Capacitor 3 - How to reduce app size and delete unused libs and...
hello! I have a question regarding the app optimization: There is a simple way for reducing the size of my apps and detect if I have unused libraries and resources? Or, if you have any suggestion for...
View ArticleButton to searchbar
Hey there, currently building an app with Ionic 5. To save space, I wanted to create a button on my menu to search for entries. If the button is pressed, I want it to become the searchbar and if...
View ArticleIonic v5 @ionic/storage 2.2.0 localStorage beign erased on iOS after some time
After a lot of time researching and trying to fix this. Still happening… I have added cordova plugin cordova-sqlite-storage. and set sqlite as first driver order: IonicStorageModule.forRoot({ name:...
View ArticleMoving between two components in a page - Ionic Angular components
Hi All, Need your help to solve this for my Project Project has Two components - verify-phone.component.html <ng-content></ng-content> <div class="phone-module"> <div class="...
View ArticleBUILD FAILED in 2s 40 actionable tasks: 1 executed, 39 up-to-date Command...
Please any one help me. When I use ionic cordova build android --prod. got build failed. Try: Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log...
View ArticleFramework was not found in Capacitor Storage
Hi recently just install the Capacitor Storage plugin and import in ts but during i run in xcode(ios) the error message occur where it shows framework is not found in capacitor storage. directory not...
View Article