How to make buttons a different color when pressing them in Ionic Vue
On ios view, the user has no way to know if they are pressing the button or not. I would like there to be a slight shade. This happens in browser and android mode but not in iOS mode. 1 post - 1...
View ArticleStrategies for keeping Ionic (5+) Angular and all it's dependencies up-to-date?
Hello, I’m wondering if there are docs or resources on how to incrementally keep Ionic and Angular up to date? Seems like all the docs are going from major version to major version, but I’m wondering...
View ArticleIonic After Pinning Trust Anchor Mode with SSL Certificates ion-img is Broken
Using Ionic 4 angular - I had pinned and pointed to SSL certificates this.http.setServerTrustMode(‘pinned’) After pinning <ion-img [src] = “image_url”> is working perfectly in android version 9...
View ArticleV6: ion-datetime with ion-input
Hi I am experimenting with Ionic 6 (Beta). I would like to have the new ion-datetime in a popover linked to a ion-input. It is possible but the documentation is not already clear about this point....
View ArticleIonic Angular strange behaviour
I have strange behaviour with Ionic 5 Angular 10. My app have notification feature that allow user to navigate to specific page based on notification type. Unfortunately in Android device i need to...
View ArticleHow can I access Vue data() from a jQuery function?
Screen Shot 2021-09-21 at 11.54.01 AM1280×944 148 KB In the picture above I am trying to access the Connection variable in a jQuery function I set in mounted(). However “this” refers to the button I...
View ArticleWhen to use ion-item
Rather than me trying to reverse engineer an answer out of what I can infer from the dom, I was hoping someone could offer me some guidance/principles around the use of some UI components. I’ve three...
View ArticleFailed to execute 'setItem' on 'Storage'
Hello. I get this error: Unhandled Rejection (QuotaExceededError): Failed to execute ‘setItem’ on ‘Storage’: Setting the value of ‘_cap_UltimosProveedores’ exceeded the quota. this is how setItem is...
View ArticleIonic livereload without network connection
Is there a way to run ionic app with live reload but without network connection? My case is I’m making ionic app that connects to iot device via WiFi. So the connection look lik PC <–USB-cable–>...
View ArticleIon-infinite-scroll not shown inside modal
I have an issue, im trying to use ion-infinite-scroll after ion-list in modal. and its not showing the spinner. here is my html <ion-content> <ion-content id="innerContent">...
View ArticleIonTabs inside a page
I need to have tabs inside a specific page. This is my code: <IonPage> <TopToolbar/> { showQrCodeModal ? ( <IonModal isOpen={showQrCodeModal}> <QrCodeModal/> <IonButton...
View ArticleDisplay Notification Dot near App Icon
ion-badge currently sets the number of notifications near the app icon . Unfortunately not all brands and launchers of android are supported Is there a way to just display notification dot instead of...
View ArticleGradle build error
Screenshot 2021-09-22 1720351548×697 26.8 KB after running command ionic cap run android -l --external i think this is a gradle version error please help me dear @mhartington 2 posts - 2 participants...
View ArticleSwiper@6 and ion-segment issue
I develop a screen image832×1524 20.6 KB With a Tab at the top and when we click on label, we swipe and it works fine. But when I swipe I would like that the ion segment button is selected, but event...
View ArticleOffline data app architecture
Hi. I’m thinking of upgrading a ionic1 app, from around 2016-2017. Most likely it will be a rewrite. Now one of the elements in this app was having a offline database, and I used sqllite with a...
View ArticleVue tabs oniondidenter reload data
Is it possible to reload the component’s data when pressing the back button within Ionic Tabs? I can get an alert for onIonDidEnter but only from within setup() which is no good to me as I can refresh...
View ArticleIs it possible to test on my iOS device if i'm a windows user?
It’s pretty much all in the question Thank in advance for answers 1 post - 1 participant Read full topic
View ArticleIonic cordova platform add iOS not working with Xcode v13 released 2days ago
I’m trying to run the command ionic cordova platform add ios@6.2.0 everything is updated, my versions are: ionic - 6.17.1 npm - 7.21.1 node - 16.9.1 pod - 1.11.2 I have the last version of Xcode (13)...
View ArticleAre there any resources for integrating AdMob with Ionic Vue?
Hi, I’m looking to add AdMob to my app and I was wondering if there are any resources that help demonstrate it. I was looking at the community capacitor plugin here which shows an Angular example. And...
View ArticleIonic5 with angular/material
this is my environment +-- @angular/cli@12.1.4 +-- @ionic/cli@6.17.1 +-- node@16.9.1 `-- npm@7.23.0 i’ve tried ionic start ionic-material-app blank --type=angular cd ionic-material-app ng add...
View Article