Soft Keyboard is emitting event with 'Enter' keycode when pressing up arrow...
The project is an android TV app and was just converted from Cordova to Capacitor. I am using @ionic/angular and @capacitor/keyboard. For some reason when using the soft keyboard for login when...
View ArticleNested layouts in ionic react react router v5?
(topic deleted by author) 1 post - 1 participant Read full topic
View Article[Help] Nested layouts in ionic react router v5?
App.jsx <IonApp> <IonReactRouter> <IonRouterOutlet> <Route path="/layoutA"> <LayoutA/> </Route> <Route path="/layoutB"> <LayoutB /> </Route>...
View ArticleDisable context menu of youtube video
share menu on context should not appear when the user long clicks on the screen of youtube video. I have tried many things but nothing seems to work yet. Can anybody help me on this? 1 post - 1...
View ArticleVue dialog variable defined as numeric comes back as text
i have a data structure passed into a dialog which contains a numeric value data={.... , sequence=23, ...} the dialog template has this field I had to explicitly set the type as numeric to get the...
View ArticleIonic Standalone with provideHttpClient
Hi all, i have started a new project and struggle with the angular standalone components in ionic. I just want to have HttpClient, so i have seen that i have to import provideHttpClient and put it in...
View ArticleWeb : translations not updated because of the cache
Hello, I have a little problem with my translations. I have a file fr.json, the translations works well except when I update the web version, the navigator keep the olds translations in cache and...
View ArticleIssue creating a Capacitor plugin for Ionic App
Please help. I am trying to build a Capacitor plugin for an Ionic app. I have tried using the official Capacitor site tutorial (Building a Capacitor Plugin | Capacitor Documentation) as well as...
View ArticleAppflow - support ionic 7 to build project type vue-vite
To whom it may concern, Is there any play for Appflow providing an updated stack to support Ionic 7? We just upgraded one project to use the project type vue-vite. Now, it could not be built on...
View ArticleIssues with live reload after updating to Ionic 6
When using ‘ionic cordova run android -l’ command the app is sucessfully sent to the hardware device, but shows an error in app, “net::ERR_EMPTY_RESPONSE (http://localhost:8100/)”. This command was...
View ArticleBackground async execution across multiple components
so we have this 4 page/component Ionic Vue ios app. (not ever web, not currently android), splash config select activity the splash page component currently retrieves some preferences, if previously...
View ArticleStrange error when deploying our capacitor-based app to fdroid
We have a strange problem when we try to deploy our app to the fdroid store and they don’t seem to be able to help us further with this. The problem is that this error does not happen locally and also...
View ArticleIon-checkbox is not allowing interact with the label
Hello! I have been experimenting with version 7 of Ionic, specifically with the ion-checkbox component. In previous versions of Angular and Ionic, we were able to achieve the following behavior as an...
View ArticleIonic 7 label migration : interpolation and innerHTML
Hello, I’m trying to migrate from Ionic v4 to Ionic v7. Thus, I refered to the ion-input’s and ion-label’s new documentation. But they are not telling us how to migrate such code : <ion-label...
View ArticleHow to refresh UI when parent changes a property inside a Prop
Hello everyone! We have a component made in stencil which has a Prop() that is being set by the parent that uses it and we want the UI to be updated every time the parent changes this Prop(), because...
View ArticleIon-grid with reorder wrapped in div
Hi! There are two questions: when dragging the reorder element to the upper or lower border, the rest of the grid does not scroll. To drag to the right place, you have to make several attempts. the...
View ArticleHTMLIonContentElement interface is not defined
I am using a ref on an ion-content and I would like to assign a type to it, HTMLIonContentElement The problem is when I use HTMLIonContentElement as a type I am seeing error 'HTMLIonContentElement' is...
View ArticleArquivo .arr em plugin capacitor
hello guys I’m asking for help I have an application in ionic 6 angular 15 using capacitor and I need to integrate an .aar file which is a library of features -I already created a capacitor plugin...
View ArticleFiles in /res/raw not found. Removed in release bundle
The bundle in release does not generate the res/raw folder. Therefore, libraries like PushNotification that read the sound from that folder do not work correctly. I need the audio.mp3 file to exist in...
View ArticleStarting App with Standalone Components - Ionic v7
Hello there! I’m pretty new to Ionic and I just noticed that there is a lot of questions about the new version (v7), specifically about the abscence of modules and the use of standalone components....
View Article