Preloading hashed fonts
Greetings, How can we got about preloading hashed fonts in ionic? The fonts are always hashed, so it seems impossible to do. 1 post - 1 participant Read full topic
View ArticleHow can I load images from port 80 to port 8100?
My app is running on localhost:8100, but the images that I’m trying to load are on localhost:80. I have a local website, the info is loaded into a local database, into one of the tables there are the...
View ArticleCommenting out causes issues
Somewhat related to another post I made about seeing strange errors like: Uncaught (in promise) TypeError: Cannot read property 'tab' of null I found that if I HTML comment out a...
View ArticleApp Preferences - Android: not working when app installed via Google Pay
Hi, I’m using App Preferences within my app and it works great in both the Android Virtual Device when debugging or when installed directly through APK. For reference:...
View ArticleMusic Control Status Bar
I have music controller show in status bar (using this plugin: cordova-plugin-media). controlling using stop, play and pause button from the page is good. if i control it from the same page when i...
View ArticleIon picker option with custom height
Ion picker with custom height doesnt align to center ion picker optionsSin título321×568 22 KB Create a picker, set some cssClass to pickerOptions .pick-class { –max-height: 35vh; } options should...
View ArticleRecording audio in Ionic Vue
Hi, I’m looking to capture short audio clips in my app to be played back on the same page. I assume MediaCapture is the right component to use, but I can’t figure out how to get it to work in Vue, and...
View ArticleVue I18n and Ionic
I’m trying to add internationalization to a new Ionic Vue app, and I’m using Vue I18n. In main.js (I use JS, not TypeScript) I did the following: ... import VueI18n from 'vue-i18n' const messages = {...
View ArticleThis App Bundle contains Java/Kotlin code
Hello please i get the following error when i try to publish my ionic 3 app to playstore via bundle file. i tried adding minifyEnabled true in buildTypes of build.gradle file but it doesn’t work...
View ArticleFix Some Errors Custom Scheme
‘ion-option’ is not a known element: how to fix this and anothers elements not known i migrate from ionic 3 to ionic 5 with angular 9 i need a shared.module.ts example for fix this problem 2 posts - 1...
View ArticleIonic/native binding of all plugins and with different versions of angular
Hi, congratulations on your excellent work maintaining this Ionic community. It’s great! I would like to be guided with a problem that I am facing installing @ionic-native/sign-in-with-apple. What...
View ArticleAngular 10 HTTP
How to convert this code to @angular/common/http angular 10 import {Injectable} from '@angular/core'; import {BrowserXhr, Request, ResponseOptions, XHRBackend, XHRConnection, XSRFStrategy, Response}...
View ArticleAfter XCode 12 App Does Not Work on IOS
Exactly it’s XCode 12.2. Stack at Splash Screen. There is no a special error message. Maybe just that: [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C1.1:2][0x7ffc1471d730] get output...
View ArticleHow to Implement push notification with group Ex: (when 2 notification are...
how to Implement push notification with group Ex: (when 2 notification are received at that time notification are combine with group like whatsapp) 1 post - 1 participant Read full topic
View Article404 error reloading the page
Hi, I am using hostinger services and in the beginning everything works fine but when I reload the page I get a 404 error. I was already investigating and I just can’t find the solution. The solutions...
View ArticleHow to use $refs and the Vue 3 Composition API?
Hi im trying to hook up using ref in ionic input, however it wont work? <template> <input ref="testRef" /> --> working <ion-input ref="testRef"></ion-input> --> **NOT...
View ArticleStop modal close animation
Is it possible to not do the closing animation on a modal? I have an initial screen where the user can click signup or login which triggers a modal either way. Once they click on the login or create...
View ArticleUnder ion-content how to size a child to take up available visible space?
I have a page with an ion-header, ion-content, and an ion-footer. ion-content has a couple child nodes and then an empty space. I would like to add a div whose height covers the empty space down to...
View ArticleIon-segment color problem in dark mode ios
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleIonic Angular Upgrade 9 to 10 - Build Errors
We have been using Ionic 5 with Angular 9 in a large application. Recently we upgraded to Angular 10 and have been experiencing some issues with the Application. The issues described below only occurs...
View Article