Quantcast
Channel: Ionic Forum - Latest topics

Capacitor stripe plugin hangs at createPaymentSheet

I’m attempting to use the stripe capacitor community plugin This is my function: ‘’’ const createpaymentintent = async () => { console.log('amount', amount, 'currency', currency, email) try { const...

View Article


Having a hard time figuring out what to set for value in Ion Select component

I’m using Ionic, React, and TypeScript. So for an event called ExampleEvent there are different ticket tiers. We’ll call those Tier A, Tier B, Tier C. Ultimately I want the user to be able to select...

View Article


Image may be NSFW.
Clik here to view.

Env(safe-area-inset-*) not working with correct meta tag

I have seen this question asked before and most solutions point to the index.html meta tag not being correct, which is not my issue. I am trying to get the Ionic safe areas to apply to my application...

View Article

Image may be NSFW.
Clik here to view.

NullInjectorError: R3InjectorError(Platform: core)[t -> Cr]

I just started a tabs project and found that I can only make it work with live reload, a regular ionic cap run won’t work for iOS nor Android. node: 22.12.0 npm: 10.9.0 @ionic/cli: 7.2.0 @angular/cli:...

View Article

Image may be NSFW.
Clik here to view.

XCode Empty, cant deploy on device

Hey, I installed the basic template from the ionic guide. When it comes to npx cap add ios, npx cap sync ios and run npx cap open ios my XCode looks like this. Am I missing something? I’m pretty new...

View Article


Checking latest version before downloading appflow bundle

I am using appflow to fast deploy the web but have hit my 100 MAUs, what happens next? If I manually deploy to the store, the bundle in the store is newer than the one in appflow, wouldn’t this be an...

View Article

IONIC 7 APP NullInjectorError: No provider for xr

Hello everybody. I´m new using Ionic and i´m getting an error when the app is running in the android studio. This error does not occurs when i run the app in the web browser locally. This is the...

View Article

GitHub and SSH access not real clear with Ionic

Hi All, So after you use the quick app wizard to create the ionic app, it gives you some work to do: ` npm install -g @ionic/cli @capacitor/assets git clone https://github.com// It’s all well and...

View Article


Image may be NSFW.
Clik here to view.

Building a barcode scanning feature in Ionic Capacitor with the Scanbot SDK

Hey Ionic community! I’m part of the Scanbot SDK team and wanted to share a tutorial on integrating barcode scanning into Capacitor apps. The guide walks through setting up a complete barcode scanning...

View Article


Sound of push notification isn't working with latest version of iOS and...

Sound for push notifications are not working even included “sound” : “default” over payload of push notifications 1 post - 1 participant Read full topic

View Article

Conditionally import plugin

I have a custom plugin that allows me to connect to my hardware the packaging has a bug, with IOS Appstore asking for a file I don’t have for a 3rd party lib… anyhow, I can conditionally compile...

View Article

Image may be NSFW.
Clik here to view.

Error compiling in XCode 16.2

Hello everyone, We have a Capacitor+Angular application and since we have updated the XCode version to 16.2 we are having problems compiling due to the Apple Swift version. We have updated Capacitor...

View Article

Blank page after splash Ionic 7

Olá pessoal, sou novo no Ionic e estou com problemas para executar o aplicativo no Android. Minha versão do Ionic é 7, o aplicativo é simplesmente o projeto em branco com ngmodules. 1 post - 1...

View Article


Overlapping with single ( + )

Hi everyone! I’ve been stuck on an Ionic + Vue 3 + Vite issue. One overlays another instead of transitioning away. The URL updates, but the old remains in the DOM with display: inline. Only on a...

View Article

Image may be NSFW.
Clik here to view.

Capacitor 7 raising minSdkVersion to Android 6?

Looking over the documentation for the upcoming Capacitor 7 release and I see that it apparently will no longer support Android 5.x. Looking at Updating from Capacitor 6 to Capacitor 7, I see this…...

View Article


Image may be NSFW.
Clik here to view.

Edge to edge Android

Hi, I’d like to add safe area padding for edge to edge android phones, right now it looks like this. Please notice the white, barely visible status bar on top and gesture navigation crossing the main...

View Article

Image may be NSFW.
Clik here to view.

Ion-datetime stuck on an infinite scoll

I am using the ion-datetime inside an ionic modal. I have a service named util which has a method that uses ModalController to create a modal for the datetime component which has the ion-datetime in...

View Article


Image may be NSFW.
Clik here to view.

Ionic IonRouterLink vs Angular RouterLink with standalone components

Trying to figure out what the situation is with IonRouterLink and RouterLink with standalone components. I just did an upgrade progress and ran the schematics to update Angular, which added in the...

View Article

Ion-select modal interface customization

Hi, I am trying to use the modal interface of ion-select ion-select: Select One or Multiple Value Boxes or Placeholders. I need to replace the CLOSE button provided with a different text and has to be...

View Article

Image may be NSFW.
Clik here to view.

Index page shows properly at chrome browser from “ionic serve” but show...

While I try to run the app into emulator. net::ERR_HTTP_RESPONSE_CODE_FAILURE exist. ionic cordova run android --emulator --target=Pixel_2_API_34 ionic info: Ionic: Ionic CLI : 7.2.0...

View Article

Image may be NSFW.
Clik here to view.

Has anyone used @capacitor/barcode-scanner plugin?

It might be just me, but the documentation of the Outsystems Capacitor barcode scanner doesn’t explain how it should be implemented much at all. capacitorjs.com Barcode Scanner Capacitor Plugin API |...

View Article


Change in notification count in app logo

Currently the count on app logo is not reflecting the way it should be. Sometimes the app logo count is 3 while there are no new notifications. Can we handle the app icon count in the following way:...

View Article


Image may be NSFW.
Clik here to view.

Capacitor Screenshot Plugin - Capawesome

capawesome.io Capacitor Screenshot Plugin - Capawesome Capawesome offers enterprise-grade solutions and services designed for teams building cross-platform apps with Capacitor. 1 post - 1 participant...

View Article

Image may be NSFW.
Clik here to view.

Variables.scss seems to be ignored after upgrading from ionic 6 to 7 to 8

I have finally finished upgrading my app from ionic 6 to 8 and for some reason all of my css variables are being ignored. Here are the contents of theme/variables.scss :root { --ion-color-primary:...

View Article

Can’t build iOS target for new Ionic prjects

Anyone else having a problem building/running iOS targets after the Dec 11, 24 release of Xcode 16.2? I can’t load the iOS project when creating a new ionic angular project. Existing projects work...

View Article


Application crashing while opening camera in some devices also when i clicked...

application crashing while opening camera in some devices also when i clicked multiple images at same time then application getting crashed at the middle in most devices and tacken too much spaces....

View Article

Image may be NSFW.
Clik here to view.

How to use menu with Vue router and back button

Here is a repro of a problem I’m having: StackBlitz Ionic Vue Menu - StackBlitz A Vite Vue.js TypeScript project based on @ionic/vue, @ionic/vue-router, vue, vue-router, @vitejs/plugin-vue,...

View Article

Issue with Video Playback in Capacitor App on iOS

Hello everyone, I’m experiencing an issue with video playback in my JavaScript (SvelteKit) application using Capacitor. The video plays and loops correctly on Android and web browsers but stops...

View Article

Ios bug: pinch zoom then rotate breaks ui

in my ios app, if i pinch zoom (whether in or out), then rotate, the zoom is shifted, causing the app to be unusable. 1 post - 1 participant Read full topic

View Article



Image may be NSFW.
Clik here to view.

Appflow builds iOS app, but I can't install in the simulator

I have created an app with appflow and managed to install it in the simulator in MacOS about a week ago. When I build not, the build works fine (the same as before), but the app will not install and...

View Article


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