Keycloak login IOS
Ok, then what do you mean “move ahead from”? If auth is good, you need to redirect/navigate the user to whatever screen/page you are expecting them to go to as the link I shared shows.
View ArticleUnable to detect scroll in ion-router-outlet
onic Version: Latest (Angular) Framework: Angular (latest version) CSS Framework: Tailwind CSS (latest version) Platform:** Web/Mobile I’m having trouble getting the scrollbar to appear in my...
View ArticleBlack box in context menu when selecting text in input
Hi guys, I’ve tried everything and codes to try to eliminate this black box bug in the context menu when selecting a text. My app is a pure HTML, CSS, JS SPA. I use Android Studio, I’ve used several...
View ArticleIon-popover with background clickable
Setting :show-backdrop="false" & :backdrop-dismiss="false", & Apply custom CSS to hide the backdrop & allow pointer events to pass through, you have effectively enabled interaction with...
View ArticleDoes appflow offer free build credits every month?
Hello, I’m Ayush. I appreciate appflow because of its simplicity and ease of use, however I’m confused about the free plan I’m now using. I’d like to know if free build credits are supplied every...
View ArticleDoes appflow offer free build credits every month?
Appflow is being discontinued, so better look for alternatives. Ionic Blog – 11 Feb 25 Important Announcement: The Future of Ionic’s Commercial Products When Max Lynch, Ben Sperry, and the earliest...
View ArticleIon-popover with background clickable
Thanks for sharing this, it’s super helpful. I ran into the same issue recently and wasn’t getting anywhere with the default config. The position: unset and pointer-events: none trick is a nice touch....
View ArticleIn App Purchase with cordova-plugin-purchase 13 Subscription Upgrade or...
Just for others out there who are facing the same issue as me or for educational purposes. I managed to find the upgrade and downgrade. /** cordova-plugin-purchase/src/example/example.ts at...
View ArticleBack Button Not Closing Modal in Ionic 7 + Angular 17 + Capacitor 5
I’m using Ionic 7.5.1, Angular 17, and Capacitor 5. I have a modal opened using ModalController.create(), and I want the Android hardware back button (or gesture) to close the modal, instead of...
View ArticleBug in @capacitor/keyboard?
there is empty space between the keyboard and the input boxes. How can i remove it? i have installed @capacitor/keyboard in my App: { “appId”: “com.MyAPP.app”, “appName”: “MyApp”, “webDir”: “dist”,...
View ArticleImporting admob plugin, vanilla javascript
Hey all! I’m a seasoned developer (30 years creating Web games in Director/Flash/CreateJS/PIXI) but brand new to Capacitor. I’m trying to port an HTML5 game to mobile. Have everything set up and can...
View ArticleImporting admob plugin, vanilla javascript
The issue you are encountering with importing the AdMob plugin in a vanilla JavaScript setup is a common hurdle. The error message: TypeError: Module name '@capacitor-community/admob' does not resolve...
View ArticleIon-input, autocapitalize not working on Ionic v8
Just test with stackblitz StackBlitz Ionic Docs Example - StackBlitz An Ionic project based on @angular/animations, @angular/common, @angular/compiler, @angular/core, @angular/forms,...
View ArticleIon-toast does not accept html even when enabling innerHTMLTemplatesEnabled =...
That fixed my issue for ion page vertical alignement, but I still have an issue with innerHTMLTemplatesEnabled If I turn angular.json : build : option : optimization to false innerHTMLTemplatesEnabled...
View ArticleImporting admob plugin, vanilla javascript
Thanks so much! This method seemed the fastest way to get rolling, and did work: const { AdMob } = Capacitor.Plugins; However, I’ve run into additional issues that may be outside the scope of the...
View ArticleAjay Hinduja Geneva, Switzerland : How Do I Implement a Chatbot on Travel...
Hi everyone, I’m Ajay Hinduja, based in Geneva, Switzerland, and I’m looking to implement a chatbot on travel website to enhance the user experience. Have any suggestion or tips please suggest me....
View ArticleStatus bar overlaps the app content. HELP!
The status bar overlaps the app content in Android 15. I can’t seem to change the design of the status bar, no matter what steps I follow. Not even the color of the status bar changes. Please help....
View ArticleBack Button Not Closing Modal in Ionic 7 + Angular 17 + Capacitor 5
From what I understand the back button is navigation and modals are not pages in the navigation. You could try hijacking the back button function via a function.
View ArticleAjay Hinduja Geneva, Switzerland : How Do I Implement a Chatbot on Travel...
I can share some practical insights from real projects we have handled in the travel domain. We at Impero IT Services recently implemented a multilingual AI chatbot for a mid-sized travel agency based...
View ArticleStatus bar overlaps the app content. HELP!
Use StatusBar plugin correctly (for Cordova/Capacitor): Make sure to install and configure it properly npm install @awesome-cordova-plugins/status-bar ionic cap sync In app.component.ts import {...
View ArticleStatus bar overlaps the app content. HELP!
The overlaysWebView api has bug on Android 15 (Edge to Edge display), Capacitor official documentation has already explained as below: Whether the statusbar is overlaid or not. For applications...
View ArticleStatus bar overlaps the app content. HELP!
Thank you so much, the capawesome plugin worked.
View ArticleOpening another app(files app) in a modal in ionic
i need a way to open an app(files app) in a modal in ionic similar to how WhatsApp does it, it makes the app more accessible to users with low end androids.
View ArticleOpening another app(files app) in a modal in ionic
Not 100% clear on what you are looking for. Something like this? capacitorjs.com File Viewer Capacitor Plugin API | Capacitor Documentation The FileViewer API provides mechanisms for opening files and...
View ArticleOpening another app(files app) in a modal in ionic
Thank you for responding. I need it to show a gallery of the files on the user’s device without leaving my app
View ArticleOpening another app(files app) in a modal in ionic
Ok. You can also look at Capacitor File Picker Plugin - Capawesome. Hopefully some else can chime in with more knowledge on working with files.
View ArticleOpening another app(files app) in a modal in ionic
Ive kind of already tried that, didn’t help
View ArticleImporting admob plugin, vanilla javascript
Managed to uncover part of the solution…needed to create an IDFA explainer on AdMob. The adventure continues…
View ArticleOpening another app(files app) in a modal in ionic
The behavior i get when i use is what i want with files. When i use the method above it opens a modal so the user can select images without leaving my app, however this doesn’t work when i want a pdf.
View Article`cap run android` blank screen, "Cannot read property 'triggerEvent' of...
If this is helpful for someone I figured that my phone was connected to a different WiFi than my laptop so I was getting that error because of a network issue basically
View ArticleAngular development server with Ionic is extremely slow
Any idea why angular development server with ionic is responding extremely slow? I used to work with Angular+Capacitor and i have never had issue like this. It’s frustrating to me to wait 30 seconds...
View ArticleAngular development server with Ionic is extremely slow
You double checked your Network setting is set to “No throttling”?
View ArticleBug in @capacitor/keyboard?
I also reproduced it, I have no idea how to fix that, I used the same version, but I first reproduced without @capacitor/keyboard plugin, not sure it’s related to that plugin, maybe it’s core issue
View ArticleBug in @capacitor/keyboard?
Looks like there is an open issue here - Keyboard plugin inaccurately resizing the webview on Android API 35 · Issue #2371 · ionic-team/capacitor-plugins · GitHub
View ArticleIn my angular ionic framework to connect sqlite but jeep-sqlite not present...
in my angular ionic framework to connect sqlite but jeep-sqlite not present in dom error showing il and share your code, configuration, and other relevant info.
View ArticleIssues on iOS 18.5 – Custom Swiper Misbehaving & App Lagging
Hi Ionic Team and Community, We are experiencing a critical issue after our customer upgraded to iOS 18.5. Problem Description: Our app contains a custom swiper component, which is used in a loop to...
View ArticleIn my angular ionic framework to connect sqlite but jeep-sqlite not present...
You’ll need to provide more info. Here is a link to some pointers - How do I ask a good question? - Help Center - Stack Overflow
View ArticleOpening another app(files app) in a modal in ionic
Thanks for sharing this! I’ve been looking into similar functionality using window.open or custom URL schemes seems promising, but I’m curious if anyone has managed to open the Files app specifically...
View ArticleConnect Sqlite and create a table
Continuing the discussion from In my angular ionic framework to connect sqlite but jeep-sqlite not present in dom error showing: my sqlite service import { Injectable } from ‘@angular/core’; import {...
View ArticleConnect Sqlite and create a table
Please don’t create duplicate posts. You can reply to your previous one adding additional info or edit your original post. Also, please use proper code blocks - Extended Syntax | Markdown Guide.
View ArticleExecuting necessary code when App is started in the background by iOS for...
Hi, My Ionic Angular App enables location tracking and location changes are saved in Firebase. With location permission set to Always, if the App is closed, iOS starts the App in the background when a...
View ArticleIon-popover opens in a non-optimal direction
When I click a button, a popover is shown. “side” is set at its default value (“bottom”), so, by default, the popover appears under the clicked button. When there’s little space under the button, the...
View ArticleOpening another app(files app) in a modal in ionic
The closest ive come is using accept=“image/*” in an input tag but when i try it with accept=“application/pdf” it goes to the default app.
View ArticleExecuting necessary code when App is started in the background by iOS for...
When your app is launched in the background by iOS due to a location event, it is not a normal cold start. Instead, iOS wakes the app in a suspended/background state, and your usual platform.ready()...
View ArticleIssues on iOS 18.5 – Custom Swiper Misbehaving & App Lagging
We have seen similar behavior with iOS 18.5 on a few client projects recently, particularly involving custom Swiper setups in hybrid apps (Ionic/Angular). It seems Apple’s latest update introduced...
View ArticleGuidance on Using Capacitor Federation Plugin
Hello, Please update whether you were able to find a solution for the above mentioned problem? We are also looking to implement a micro frontend architecture for our enterprise application using...
View ArticlePush notifications, ionic capacitor 5
This is my code for initializing push notifications, when i open the apk the app automatically closes, can someone point out what am i missing here import { Injectable } from '@angular/core'; import {...
View ArticleCapacitor read audio files with meta data
in my capacitory app i use file system to read and filter audio files but file system those not work very fast and those not return audio meta data then i use music-metadata-browser npm package to get...
View Article