Save image from native camera to assets folder (Ionic 5)
Hi you cannot - it’s out of reach for the hybrid app Put the stuff in another folder and find the URI reference to it to use it as asset in a page Want to know how? It is one of the most discussed and...
View ArticleIon-router-outlet (angular) fills with hidden DOM by design: safe?
Simple enough, master/detail pattern, rather than having to go back to the master, include a button to go directly to the next detail. And potentially thousands of details could be seen without going...
View ArticleIon-router-outlet (angular) fills with hidden DOM by design: safe?
if the question is navigating back and forth through details, the question to me seems more on the part of how fast you can retrieve data from a backend. And how far ahead you want read data. I am not...
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 ArticleSelectively define custom elements and their dependencies
Hello! With a bundle compiled with the dist-custom-elements-bundle output target, it is possible to import components as a module. We can then either define all custom elements with the...
View ArticleCapacitor Camera.getPhoto Transparent Images
Oh my. I guess I need to find another way to browse files then. Thanks for answering and have a good day!
View ArticleError - Cannot find 'ApplicationDelegateProxy' in scope
I am getting the error Cannot find ‘ApplicationDelegateProxy’ in scope when I try to run my app after it opens in code, please assist.
View ArticleAndroid Notification Icon not working [Android Studio + Capacitor]
I’m also doing same but i didn’t got icon, can any one tell me what is the issue
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 ArticleCan't run ionic cordova platform M1 chip
I got so many different errors using Ionic cordova with a M1 chip. The one above is only one from many other. I guess the only answer is do not use ionci cordova with an M1 chip or do not use an M1...
View ArticleUndefined Error
The error is what it says is happening. You are trying to address prodctoring property from an object (either competency or addon.skills) which is currently undefined. So one these two items (or both)...
View ArticleCapacitor app size compared to Cordova
Hi, We have an app that was developed on ionic 4 with cordova and I migrated to ionic 5 with capacitor 3. My expectation was that the app size would decrease besides other improvements. But after...
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 ArticleIon-slides loop property doesn't work with ngFor
Hey @Taraa I resolved the same issue here testing the <ion-slides> node with *ngIF and the length of your dynamic array. <ion-slides #theSlides [options]="slideOpts" *ngIf="peers.length >...
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 ArticleDisable vibrate on long press? (iOS, Android)
When long pressing on text, it will mark the text with a blue background. I sucessfully disabled this with following css rules: -webkit-user-select: none; -webkit-touch-callout: none; However the...
View ArticleAnnouncing Identity Vault 5.0
Originally published at: https://ionicframework.com/blog/announcing-identity-vault-5-0/ Today I’m excited to announce Identity Vault 5.0, the newest version of Ionic’s mobile biometrics solution....
View ArticleDisable vibrate on long press? (iOS, Android)
Looks like this feature has already been suggested: github.com/ionic-team/capacitor feat: Disable haptic vibration on long press opened 09:28PM - 02 Mar 21 UTC dminkovsky platform: ios ## Feature...
View Article