IonRange bug?
I noticed if you scroll back and forth very fast eventually the IonRange component will break and set its values to a NaN. Could this be a bug with the component? Preventing the default action in...
View ArticleSent cookies for image tags
Hey we are currently struggling with sending the cloudfront signed cookies with img tags. I found following closed issue: bug: core http & cookies plugin not working with img src in iOS · Issue...
View ArticleStyles Break When Using Custom Angular Library Component in AppModule
Hi everyone I have created a new Angular Ionic project and integrated a custom component from an Angular library. When this component is added to the AppModule of the newly created blank app, the...
View ArticleUsing a SPM dependency inside a capacitor plugin but the overall app is using...
I am creating a capacitor plugin that relies on a third party dependency which is only distributed via Swift Package Manager and I keep on getting the module is not found. Inside the capacitor plugin,...
View ArticleCustom SVG Icons showing in web view but not android
Hello everyone! I’ve been developing using vue for a while but am a little new with capacitor and android. Anyways, Im having a little trouble with the <ion-icon> Vue 3 component. The icons show...
View ArticleAdvice on Integrating Ionic with AWS Services?
Hey everyone! I have been working on an app using Ionic, and I am considering integrating it with AWS for backend services like authentication, storage, and maybe even some Lambda functions. Before I...
View ArticleCapacitor plugin "App" already registered
Hi, I recently upgraded our Capacitor app from version 5 to 6 using the guide here. The app works great on both Android and iOS, but I’m seeing a terminal message that says: “Capacitor plugin ‘App’...
View ArticleCapacitor barcode scanner error
Hello, I use the package @capacitor/barcode-scanner version 1.0.1 but when I send a new archive to TestFlight, I have a warning about the UUIDs and the symbols: I use the latest version of xCode. What...
View ArticleCapacitor barcode scanner alert
Hello, I’m looking for a way to translate the texts in the modal that appears on Android devices when the user rejects the access permission to the camera. Given that this only happens on Android...
View ArticleNavigate to subpage of another tab
Hi guys, I have a Problem navigating with tabs. I want to navigate from Tab1 to a subpage of Tab2. The navigation works and also show the highlighted tab button of Tab2. But when I click on the Tab...
View ArticleFloating label issue with eye toggle in Ionic password input
Hi, I’m working on a password field with an eye toggle in Ionic. The issue I’m facing is that the floating label automatically moves to the top even when the user hasn’t entered anything, which is...
View ArticleApp performance check
HI I am trying to check the reason for my Apps sluggish feel. I am using the web browser and the inspection tool with Network option. As you can see from the image, there is some delays in loading...
View ArticleHow to delete session info when app is closed (sent to background)
We are building an offline-first CapacitorJS SvelteKit iOS app. The user needs to login, biometric auth with capacitor-biometric-auth works great. We can reset the login state after the app is killed,...
View ArticleCall methods from onIonViewDidEnter
How do I call methods defined under methods like below methods: { myMethodToCall(){ } } from onIonViewDidEnter() which is inside setup()? because if I did setup () { onIonViewDidEnter(() => {...
View ArticleGlobal.scss isn't taking precedence
I’m working on the styles for my project and I’m putting most of it in global.scss so that general ion components are styled consistently through the app. But I’m getting overridden by complex special...
View ArticleIOS : Ionic @capacitor-community/bluetooth-le issue during connection with...
IOS APP developed in Ionic v7, when using the @capacitor-community/bluetooth-le plugin, connecting to a second Bluetooth device in IOS Phone simultaneously causes the first device to disconnect. 1...
View ArticleStencil for React and Next js (without App router)
I followed the docs provided for React integration. Build that does not produce straight forward results. I had to tweak package json in stencil to make it work for React consumer application. And it...
View ArticleHow to center "radio-wrapper"?
I have 2 questions. I understand the reasoning behind opting for Shadow DOM based CSS (encapsulation). But why don’t you expose all the parts of the components? Why do you have to only expose specific...
View Article@capacitor/browser crashes app when opening blob url on android
Calling web url works fine Browser.open({ url: ‘https://www.example.com’ }); but const htmlContent = ` <html> <body> <h1>Hello World</h1> </body> </html> `; const...
View ArticleCapacitor App Plugin addListener("backButton",...) doesn't work as Docs describe
I am creating an Android mobile app using Capacitor 6. My JavaScript app imports the Capacitor plugin “App” so that it can register an event listener for the hardware back button. import { App } from...
View Article