How to Fix the height of ion-virtual-scroll in ionic 4
I have list which display inside an ion-virtual-scroll i want to fix the height of the scroll area , so that it would scroll inside that container. 1 post - 1 participant Read full topic
View ArticleHow to properly use v-for on ion-slide?
Hello guys, I have a code where initially i have 2 slides. When user swipes i want to add 2 more slides. But when i do it like in the code bellow i get an error which i do not understand :...
View ArticleLow quality google maps imagery
In my app I need to use Google Maps satellite imagery, so I’ve added Gmaps to my Ionic project using the Gmaps JavaScript SDK. I can successfully show the map in my app, but the quality is very low....
View ArticleiOS14.5 tracking transparency
With iOS 14.5 now requiring tracking transparency I am wondering how to implement this with Ioninc. I found this cordova package but my project is now on Capacitor. Now sure how to use it there. I...
View ArticleIonic Secure Storage get() at the start of the app
I have a service that gets a token for validate an Auth status at the /src/main.ts: if (TokenService.getAccessToken() !== undefined) { ... } token.service.ts import storage from '@/plugins/storage'...
View ArticleIonic 4 change local storage value
hi, now used local storage to save users information when login localStorage.setItem(‘name’,res[‘data’][‘name’]) if user edite username it’s not change in app but of close app and open it’s again it’s...
View ArticleWhat is an opening punch screen?
what is Punch hole wallpapers It places the camera in a decent spot - no slider/second screen required. With a slider telephone, for example, the Honor Enchantment 2, the camera springs up by pulling...
View ArticleIframe on ios
Hello, I’m using Iframe in my app where the user can login to external site . However it’s working fine on android and old ios versions ,but on ios 14 it seems that it does not save the cookies. Any...
View ArticleAndroid light theme not applied to native dialogs?
Not sure this is the right category to ask this, but here it is anyway. According to Styles and Themes | Android Developers, the Theme.AppCompat.Light Android theme is the light theme. However, on a...
View ArticleIonic modal and content not rendering well
I created a modal component but it only renders the content well when opening it the first time. Subsequent openings the modal does not render the content correctly. The modal’s position is chanded,...
View ArticleSlide To Confirm Button
Does anyone know of some sort of slide to confirm button component? I’ve been searching the web for awhile and have not found anything. I’ve attempted to do this with basic CSS/Javascript and when...
View ArticlePermissions and Workout data? https://ionicframework.com/docs/native/health-kit
We are having issues with the permissions on this (Health Kit - Ionic Documentation) to get both step data AND workout data at the same time. Also the plugin for getting workout data takes no...
View ArticleFile storage in custom directory?
Using the Capacitor Filesystem API, can I save files in any directory on my device ? Something like: Filesystem.writeFile({ data: 'testcontent', path: 'file://storage/emulated/0/anydir/testfile.txt',...
View ArticleWait for Subscription result before closing alertController
I have an alertController where the user has to type in the value. When clicking on ‘Save’, I’m checking if the input value is valid by subscribing to an Observable. If the value is invalid, I need to...
View ArticleIon-select -> refresh options onClick (hierarchy/mutlilevel)
Hi, I read the ion-select-options via ngFor from an array. I would like to replace the options on the fly when I click on one of the inital options. In the onchange event I empty the corresponding...
View ArticleIonic storage angular
I’m getting this error when i serve the app. Cannot read property ‘platformId’ of undefined at provideStorage (ionic-storage-angular.js:49) 1 post - 1 participant Read full topic
View ArticleOpen Tok webRTC on iOS - Permission error
I am trying to start a Live with OpenTok js sdk (live streaming) and it works successfully on Web and Android, but it seems that it doesn’t work on iOS. I receive this error, maybe are permissions but...
View ArticleCapacitor Filesystem alternative to "cordova.file.dataDirectory "
According to the docs, FilesystemDirectory.Data will use the Documents directory on iOS. We have a couple of questions: on iOS, what is the difference between Documents and Data directory? since we...
View ArticleIon-refresher appears and gets stuck when scrolling downwards
Current behavior: When scrolling downwards ( by swiping upwards), the refresher appears on the top of the screen and gets stuck and is not spinning (shown in the screenshot). Refreshing normally by...
View ArticleAvoid wrapping element style-overrides
Hi. I love the Ionic Framework! I am trying to combine local styling with the platform defaults in a good way. The question goes for this kind of nesting of components in general, but using one...
View Article