Quantcast
Channel: Ionic Forum - Latest topics

Image may be NSFW.
Clik here to view.

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 Article


Image may be NSFW.
Clik here to view.

imageUrl 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 Article


IonInput 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 Article

Can 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 Article

Image may be NSFW.
Clik here to view.

Exampel 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 Article


Image may be NSFW.
Clik here to view.

Ionic 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 Article

Import 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 Article


I 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 Article


Ion-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 Article

Ionic 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 Article

Issue: 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 Article

Image may be NSFW.
Clik here to view.

Unable 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

Image may be NSFW.
Clik here to view.

[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 Article


Navigation 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 Article

Image may be NSFW.
Clik here to view.

Ion-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 Article


Ionic 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 Article

Unable 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 Article

Is 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 Article

Importing 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 Article


Developing 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 Article


Image may be NSFW.
Clik here to view.

Capacitor 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 Article

Image may be NSFW.
Clik here to view.

Need 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 Article

Warnings 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 Article


Live 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 Article

Image may be NSFW.
Clik here to view.

Deep 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 Article

Problem - 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 Article

Angular/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 Article



Image may be NSFW.
Clik here to view.

Problem 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


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>