How to fix image compressed on an ion-avatar?
Hello, i have the following problem and dont know how to fix it: How to avoid it? Thank you 1 post - 1 participant Read full topic
View ArticleHow to import @ionic/storage in Ionic Vue?
I would like to store some of my data but I can’t import it on ionic vue. I even tried to use vue session but I can’t use it in main.ts. Can anyone help me or share some wisdom? 3 posts - 3...
View ArticleIonic-native post not working for native app like Android, but the it's...
postHttp(req, data) { let d = new Date(); const httpOptions = { headers: new HttpHeaders({ 'consumer-key': this.consumerKey, 'consumer-secret': this.consumerSecret, 'consumer-nonce':...
View ArticleAndroid App universal link
Hi All Anyone has a working solution for android applinks, I seem to be not getting anywhere with making it work. I have copied the applinks.json file over to the server. When I test on...
View ArticleHow to have a header in one side of the IonSplitPane
Hi, I’m trying to have my app diagramed as following. image1342×866 26.3 KB I don’t how to have in the right pane my fixed header, and I haven’t been able to find anything like this. Here is my...
View ArticlePossible to get data from an iFrame?
I’m using Ionic 4, and launching a Google Map in an iframe. The map has a bunch of markers on it, and when the user clicks a marker it fires a javascript event in that iframe. Is there some clever way...
View ArticleIonic Stripe.js opens browser
I’ve build an ionic app which uses stripe.js I’m including stripe js with the following code in the index.html <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" />...
View ArticlePath problem occurs after updating to angular 11
ng.cmd run app:ionic-cordova-build:production --platform=android An unhandled exception occurred: Cannot find module ‘@angular-devkit/build-angular/src/angular-cli-files/models/webpack-configs/utils’...
View ArticleMake brmasker in sweetalert2 input
How to make br-masker in Input field’s sweetalert2. I’m using ionic 4 and sweetalert2. Please I need help. 1 post - 1 participant Read full topic
View ArticleERROR TypeError: Cannot read property 'latitude' of undefined
Bonjour, j’aimerais utiliser l’API de google pour afficher la carte de geolocalisation mais je reçcois l’erreur suivante: erreur1866×542 101 KB voilà le code: page.html <ion-header...
View ArticleWhat is the best architecture for Angular Ionic
How to share code between angular and Ionic application ? My goal is to reuse as many code as possible, especially business logic between angular universal app and Ionic app that should be deployed on...
View ArticleFacing issue in ionic v4 with Japanese and Chinese keyboard in ios
we have ion-content, inside which we are using some ion-input field. Our application supports around 10 languages. but we are using Japanese or Chinese keyboard, it causes some issue. 1)you type in a...
View ArticleWhen you open another modal in one modal, close it with a bug
In @ionic/angular@5.0.0, when a modal layer is opened by modalController, and another modal layer is opened in it, and then the latter is closed, there will be a problem: a translucent mask layer will...
View ArticleIonic 5: Stack multiple badges vertically on ion-item
Hi there! I’m trying to stack multiple ion-badge vertically on the right side of an ion-item and need your help. This is my code, but (as expected) the badges are horizontally. <ion-list>...
View ArticleIonic5: Speed up animations of ion-item-sliding
I have a list of ion-item-sliding elements, each revealing one clickable icon when sliding to the left. Everything works fine, except for one tiny thing: the icon does not get clicked if the animation...
View ArticleIonic app stuck on Splash screen ionic v5
Hi, I’m trying to build an ionic ios app and it’s stuck at the Splash Screen. But for android, it’s working fine. I added ios@6.1. And when the app runs on an emulator the following XCode logs are...
View ArticleHow to sort an array order by Day, and how to access Day in ionic 4
this.httpClient.get(‘https://www.Screenshot (65)1920×1080 292 KB get_facultyclasstimeframetimetable_data.php?Database=’+Db + ‘&CourseId=’ + this.CourseId + ‘&SectionId=’ + this.SectionId...
View ArticleHow to show scrollbar ion select option?
Hello, Cannot understand why there is an invisible scrollbar on ion-scroll-option, how to show it on css? Thank you Ionic 5 1 post - 1 participant Read full topic
View ArticleIonic3: XCode 12.1 error building for iOS-armv7 but attempting to link with...
I got this error after update XCode to version 12.1. The error can be solved by changing the target ios version from 10 to 11. However, I cannot change the target ios version to 11 because some of my...
View ArticleInbox UI example
Hi all, Maybe anyone know where I can find source code of the inbox interface example from the video in this post https://ionicframework.com/blog/announcing-ionic-5/ (video from “Large Title” section)...
View Article