Ion-input floating label not centered vertically
That is odd! Have you double-checked DevTools to see if there are any custom styles being applied overriding Ionic’s? Otherwise, can you provide a StackBlitz showing the issue? As you said, the Ionic...
View ArticleUnable to apply custom formatting to ion-input
Glad that was helpful. Are you familiar with flexbox? If not, it’s amazing for alignment. Gone are the days of fixed pixel margins and whatever else to get elements aligned correctly. You should be...
View ArticleSet height 100% for ion-textarea?
Is that a challenge? Accepted! StackBlitz ion-textarea with 100% height (full page) - StackBlitz https://forum.ionicframework.com/t/set-height-100-for-ion-textarea/245700
View ArticleIon-input floating label not centered vertically
Hi, thank you for helping!! I found the issue, but ran into another (similar) one. I originally placed the ion-input above nested inside of ion-card and ion-card-content like this because i liked the...
View ArticleIon-input floating label not centered vertically
Nice! Great work on the details Did you try just using IonCard without IonCardContent? I only ever use IonCard by itself, never any of the card sub-components. I just tried, though, and the text is...
View ArticleCan Use location of the image when uploaded from library for ionic capacitor
iam using Camera.pickImages for selecting images from library, while selecting image from library from user’s phone can we capture the location of image when uploading from library
View ArticleIonic capacitor push notifications not working for android and even device is...
for Push-notifications iam using ionic capacitor using Firebase Cloud Messaging API (V1) and also azure notification hub with interconnection for sending push notifications to android app before...
View ArticleIon-input floating label not centered vertically
Yeah i looked for a little with apples web inspection on the simulator but couldn’t find the issue at first glance Should i open a issue on github? Nesting the ion-input inside of ion-card without...
View ArticleCan Use location of the image when uploaded from library for ionic capacitor
Location assuming GPS data? pickImages gives any exif data related to each photo, so you should be able to pull that info from there if it’s available.
View ArticleIon-input floating label not centered vertically
oskarkarol: but the colors and the border is broken You should be able to set the color to what you want. With the border, I think you just need to add some padding to the ion-card. The card by...
View ArticleCan Use location of the image when uploaded from library for ionic capacitor
GPSLatitude: “0/1,0/1,0/1” GPSLongitude: “0/1,0/1,0/1” i have tried with exif metadata it is showing these values and getting an error location permission denied even though given permission to...
View ArticleSelect only Iphone as Targeted devices
This forum seems dead as I have 0 view after more than a day. The solution was in the file “project.pbxproj”. There is two times the field “TARGETED_DEVICE_FAMILY”, which needs to be set to 1.
View ArticleIOS - ITMS-91061: Missing privacy manifest
During my app review i’ve got the following issues from IOS: ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/FirebaseCore.framework/FirebaseCore”, which includes FirebaseCore, an...
View ArticleIOS - ITMS-91061: Missing privacy manifest
Interesting. I haven’t seen this come up for our app using push notifications, though the last time we published to the store was back in October. It looks like Firebase added the required privacy...
View ArticleIOS - ITMS-91061: Missing privacy manifest
Thanks for you quick reply, my version for firebase was 10.13.0, I pod update and uploaded to test flight. I will tell you if it fixed the issue after IOS process.
View ArticleIOS - ITMS-91061: Missing privacy manifest
Awesome! Looks like it was added in 10.22.0 so you should be good now. My app is using 11.2.0.
View ArticleHow to implement quick actions home screen for ionic + capacitor app
We have just published a plugin for this: Capacitor App Shortcuts Plugin - Capawesome It supports Android and iOS. Feel free to check it out.
View ArticleHow to programmatically scroll an ion-list
Is there a way to programmatically scroll to a specific element in an ion-list? IonList doesn’t seem to have the same scroll functions that IonContent has.
View ArticleHow to programmatically scroll an ion-list
You should be able to get the ion-item you want to scroll to and use the standard scrollIntoView() method on the element. We use this on a standard li. On component load, we set a class on the li we...
View ArticleSet height 100% for ion-textarea?
Looking great on your side. But again, when I try to build that in my app with Ionic 7, I get very different results. So I think the take away as you suggested in one of your other messages is it may...
View Article