Input Type file does not display camera option in android
Hi, this input type file does not display the option of camera in android , however the camera option is available in IOS. Any solution to display the camera option as well in android IOS reference:...
View ArticleimageUrl not displaying dynamic images in parallax directive
I am using the parallax directive in my Ionic app and trying to bind a dynamic image URL from Appwrite Storage using imageUrl. However, the image does not display, even though: The URL is valid and...
View ArticleIonInput floating transition is not working properly
Hello everyone, I am completely new to Ionic and created a new project using AppFlow. I want to made some IonInput Fields with a floating label but sadly my transitions are not working. Here is the...
View ArticleCan you help me downloading a byte64?
I’m developing an app with Ionic Angular. Can you help me into offer the option to download an image that is on the same device? I’m trying to give the user the possibility to save an image that he...
View ArticleExampel of Collecting role information on Dismiss shows wrong logs
Ionic Framework Docs ion-action-sheet | Ionic Documentation ion-action-sheet: Action Sheet Dialog for iOS and Android The example under “Collecting role information on Dismiss” is not working. Instead...
View ArticleIonic 8 - There is no scroll on page after keyboard opens
Hello everyone. Today, after creating a new project (Ionic 8 and Capacitor 7) I started to face this strange behavior/issue. I just created a simple page with a list (not standalone):...
View Article@capacitor/google-maps does not work correctly with java_21
I have a project in Angular 18 and Ionic 8. I updated it to Capacitor version 7 in order to use java_21, but the @capacitor/google-maps plugin does not work correctly; when interacting with the map,...
View ArticleImport Capacitor results in MISSING_GLOBAL_NAME when building
Attempting to integrate Capacitor v7 into a vanilla JS application. My project builds as expected for mobile and desktop using rollup. However when importing Capacitor to the main entry .js file with...
View ArticleI have to pass an event from Native iOS swift code to the Rect type script
I need to pass data from my Swift (iOS) code to a React TypeScript application. I’m building a project that uses React with TypeScript, and for some native features, I need to use Swift. Specifically,...
View ArticleIon-picker with [(ngModel)]
Hello, I’m using Ionic 8 with Angular 18. In a new component, I’m using ion-picker for the first time. I’m trying to bind a variable to it with [(ngModel)]. That doesn’t seem to work. I tried it like...
View ArticleIonic WkWebView Failed to load webpage: Unsupported URL
Hello, I have iOS app that uses WKWebView plugin to render pages. Got rejected from Apple Store with the older UIWebView and had to upgrade to the lates. I am using Xcode 16.2 to build and test app...
View ArticleIssue: Some Printers Not Working in Capacitor Plugin
Description I’m developing a Capacitor plugin in Java for printing receipts. The same code works perfectly in a native Android app with all printers, but when used in a Capacitor plugin, some printers...
View ArticleUnable to get Capacitor to output web and mobile builds
Came across this first: Capacitor Network Bug? Problem? Help Me which was close to the error I have but still not able to find a solution. Problem: Unable to build for mobile due to errors on mobile...
View Article[Android] SSL Handshake Failed When Making External API Requests in Capacitor...
Issue Description I’m working on a Capacitor-based mobile app using React and React Router. The app works fine on iOS/Xcode, but on Android/Android Studio, external API requests fail with this error:...
View Article[Android] Unable to initialize androidx.lifecycle.ReportFragment on app launch
Capacitor Version @capacitor/cli “^6.2.0”, @capacitor/core: “^6.2.0”, @capacitor/android: “^6.2.0”, @capacitor/ios: “^6.2.0”, Other API Details NPM 10.9.2 Node.js 22.13.1 Platforms Affected iOS...
View ArticleNavigation bar overlapping issue and statusbar issue in ionic angular
I am working on ionic angular project where in beginning the navigation bar was not overlapping the UI and for making statusbar transparent i used StatusBar.setOverlaysWebView({ overlay: true });...
View ArticleIon-datetime not showing on mobile device
Hi, New to ionic framework and the ion-datetime on ion-modal is not showing on mobile device but showing on desktop browser. The form is standalone component. Can anybody help basically my...
View ArticleIonic 8 + tailwind 4 using Vite is not working
I want to use tailwind in my Ionic project but Im facing an issue. I have installed tailwindcss tailwindcss/vite and preflight. I have added tailwind plugin to vite config, I have created basic...
View ArticleUnable to download pdf in Android and iOS
I am using Ionic React with Capacitor 7 I am unable to download receipt after it is generated in pdf format. Sharing Receipt seems to work fine for both iOS and Android. But I cannot download it....
View ArticleIs there an Ionic "onload" or "ready" event? (Date picker not ready)
I want to set the value of an ion-datetime input programmatically. <ion-datetime-button datetime="date"></ion-datetime-button> <ion-modal> <ion-datetime label="Date" name="date"...
View ArticleImporting Capacitor app results in unable to read properties of undefined
Capacitor v7.0.1 package.json dependencies “@capacitor/cli”: “7.0.1”, “@rollup/plugin-commonjs”: “^28.0.3”, “@rollup/plugin-json”: “^6.1.0”, “@rollup/plugin-node-resolve”: “^16.0.0”,...
View ArticleDeveloping apps in Ionic for long term - overthinking
I have been developing Mobile apps in Ionic since v1. It was the very first framework I used for developing cross platform mobile apps. I really love working on Ionic. I also develop using React...
View ArticleCapacitor Pixel Scaling seems to be bugged only on Android (Samsung) Tablets
Hello, i just wanted to ask if anyone has had experience with samsung tablets improperly translating the px unit. I noticed that everything is scaled larger in comparison to all other devices I have....
View ArticleNeed help with ion-infinite-scroll inside a modal
Hey guys! I’ve got a tricky issue here. I’m opening a new-exercise-plan component using the ModalController, but the problem is that I need to implement infinite scroll, and the ion-content height...
View ArticleWarnings related to icons during unit test execution (Ionic v8.4.3)
Hi guys, I’m using Ionic 8.4.3 in an Angular 17 application. I have an object with all the icons we use in the application and another with some custom icons: export const CUSTOM_ICONS:...
View ArticleLive Reload does not work anymore since the upgrade to Capacitor 7
Hello, I updated my app’s packages, and since then, when I try to run it on a real device with ionic cap run android --prod --open -l --external it launches correctly, but the changes aren’t detected...
View ArticleDeep linking not working
Capacitor v7 Android build Followed Android configuration here: Deep Links | Capacitor Documentation Verified statement list tester/generator was successful and placed on webserver. Added intent...
View ArticleProblem - capacitor-community/sqlite with jeep
Hi all, I’m trying to get a new ionic angular application working with the @capacitor-community/sqlite library on Angular 19, Ionic v8 and capacitor 7. Intitialising the database seems to work fine,...
View ArticleAngular/Capacitor/Ionic app is not responding immediately after couple of hours
I am working on Angular 17/ capacitor 6/ Ionic 7 application. The app is not responding immediately after couple of hours, if we don’t touch the app. It will take 30 to 60 seconds to respond back. As...
View ArticleProblem with ion-toolbar on IOS
I have a problem with ion-toolbar on iOS, they break, and I can’t find the solution! Can anyone help me? ANDROID IOS 1 post - 1 participant Read full topic
View Article