Ionic Angular Calendar
Hello, im using Ionic Angular for my project. Is there any component that can help me to create calendar picker like this? 2 posts - 2 participants Read full topic
View ArticleHow to identify if ion-input value has been cleared?
I have an ion-input that populate a variable. when the user click on clear button I need to clear that variable. I don’t know how to understand when the user clear the button. how is it possible to do...
View ArticleBuild for browser platform
Hi all, I need to publish my ionic5 app on my web hosting. For this reason I built with this command: ionic cordova platform add browser ionic cordova build browser --prod I copied the...
View ArticleIonic Native http abort request is not working (Json error)
Hi, I am using ionic Native http plugin for call the API’s I want to abort previous http request. So as per the GitHub - silkimen/cordova-plugin-advanced-http: Cordova / Phonegap plugin for...
View ArticleCannot initialize a Ionic React App
I used ionic start, choose React as the framework, and type the app name as test. I get error saying > capacitor init test io.ionic.starter --web-dir build --npm-client npm error: unknown option...
View ArticleHelp! (Suspected) Update to System WebView is causing my app to be rendered...
I have an Ionic app, built and maintained with the original Ionic v1 that I have in use with several clients. Recently, two clients reported back to me, almost simultaneously, that the app was...
View ArticleIonic loading controller keep presenting even after dismiss() called
Please describe theI have used the loading controller as a separate service, and called the present and dismiss methods inside http interceptor, but even after the request is released by interceptor...
View ArticleUsing ionic-vue with ionic v1. Help needed
Hi, I’m trying to add ionic-vue components to an ionic v1 application so we can do it page by page. I’m importing everything just fine, I had to do some tuning like add a “hydrated” class to html so...
View ArticleColor attribute not applied to custom SVG icon
I have an SVG icon that I’d like to use inside an <ion-icon color="secondary" name="my-custom-icon"></ion-icon> but the secondary color isn’t applied. I opened up the source code for an...
View ArticleHelp making iOS build
Hi I’m having problems making an iOS build of my app. It’s my first time with iOS so I don’t have much experience. I’m using ionic with react and everytime I try making a build it doesn’t complete...
View ArticleUpdated list doesn't re-render
I need update side menu. When I just assign value it render only after click to any element. Is there any reactive method? 2 posts - 2 participants Read full topic
View ArticleFirebase App Check for Ionic apps
Firebase now offers App Check to make sure DB requests are coming from the right source (in addition to having good Firestore rules). Since we’re not creating native apps here, we need some sort of...
View ArticleGood practices + improve performance
Looking on Google I find many documents talking about best practices and improving performance of Ionic PWA solution, but at the same time I see that some documents are divergent. Considering the...
View ArticleHack SSR in client - trials in angular
Hi I am just trying out something, just for the sake of trying - knowing it goes against some of the best practices. Basically, I’d like to mock SSR by delaying the loading of the three JS bundles...
View ArticleERROR Error: Uncaught (in promise): Error: inject() must be called from an...
I am updating from ionic v2 to ionic v5. My approach was to made a similar page tree, install all plugins. I am getting this error in chrome browser. core.js:6456 ERROR Error: Uncaught (in promise):...
View ArticleIonic cordova camera fails in the final release
I have generated an apk file using ionic cordova build android - At this state the camera works fine ionic cordova build android --prod --release after signing the apk and zip-aligning the apk the...
View ArticleTypeError: Object(...) is not a function: WHY?
Hi guys, I’m trying to use the “App Rate”, but I’m having an error, it’s returning: TypeError: Object(...) is not a function at AppRate.get (http://localhost:8100/build/vendor.js:196358:113) at...
View ArticleChange icon of ion-searchbar and trigger event when click the icon
I have a ion-searchbar and it is working to filter a list, now I need to give the option for the user to select the type of search they want to do, select from a list. How can I change the icon from...
View ArticleCan't bind to 'ngForOf' since it isn't a known property of 'ion-col'
Hey there ! I am getting this error for a long time and I am tired of trying to find where isn’t the CommonModule or BrowserModule imported, as I saw in Stackoverflow and reddit to import the correct...
View ArticleCatching and logging JavaScript errors
How are you catching and logging JavaScript errors? At work we use Sentry.io and it works fairly well for some of our frontend React work. But I’m curious if there is a solution for Ionic. I saw that...
View Article