Can I Still Use Ionic If I Dont Use The Components?
Hey. Maybe I partially live inside his head cos I had the same question! I’m working with a designer who has created some lovely designs for me to implement. Im working in Ionic Angular. Here’s the...
View ArticleSet height 100% for ion-textarea?
Yeah, that seems like a must do! Removes a fairly large element of the unknown. Let’s see if things are easier after that?!
View ArticleIonic Failed to find 'JAVA_HOME' environment variable
You need to set the JAVA_HOME environment variable. To do it in Windows: From the Run dialog (WIN + R), launch sysdm.cpl. Advanced => Environment Variables Define a new variable of JAVA_HOME, with...
View ArticleGradle build - failed! (subprocess command not found)
I don’t know how you figured this out, but it just solved my issue as well!
View Article[SOLVED] Android 15 partially reloads Vue app on resume
Seems like production builds are not affected by this problem. I think live reload functionality causes the issue as I see some lines regarding Vite client trying to connect in the logs. I can live...
View ArticleIonic Capacitor IOS & Android devise issue
Hi Team, I am not able to run the simulator for ios and getting below error. Note: I am not using Firebase in my application. While running in web with “ionic serve --prod”. Note: With just ionic...
View ArticleUpgrade cordova-android version to latest (15)
Objective Upgrade cordova-android to version 13 and ensure the app functions seamlessly across Android versions 11, 12, 13, and 14. Remove deprecated/unsupported plugins, replace them with...
View ArticleIon-input floating label not centered vertically
Thank you, your approach works, but now its broken on the Web Version unfortunately IOS Simulator: Web Version: <ion-card class="ion-padding"> <ion-input label="Outline input (broken on ios)"...
View ArticleIonic Capacitor IOS & Android devise issue
Facing issue with branch new application. Getting below error while running ionic serve --prod Ionic Version: 7.2.0 Capacitor Version: 6.2.0 Main.ts import { platformBrowserDynamic } from...
View ArticleRedirect back to app after oauth2 oidc login
I could solve the deeplink problem by using the following as redirect link for android: callback: `${capcitorConfig.appId}://${ROUTE_CONFIG.CALLBACK}` So the scheme is not the hostname for android but...
View ArticleIonic capacitor using blocked aria-hidden issue
Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor....
View ArticleModal behavior but in the content
Hello, is it possible to use the ion-modal component that has all the things like dismissal, breakpoints and swipe gestures but that opens inside the content of the current page? So that it doesn’t...
View ArticleMouse motion events not captured
I wrote a little game using Phaser3, and use CapacitorJS to target browsers, Android and iOS. Objects drop from the top of the screen and the play must click or press on them, or simply swipe across...
View ArticleIntegrate the Ionic/Angular/Capacitor app with CarPlay or Android Auto? Did...
Hello. Is that possible to integrate the Ionic/Angular capacitor app with CarPlay or Android Auto? Did some research but couldn’t find any solution yet
View ArticleIssue on ionic v8 + capacitorJs + angular 19
Hello, I have a strange issue. To reproduce: Create a simple “tabs” (ionic start) project with Angular 19 on the latest version. ionic serve: works fine. Add Capacitor: npm cap add android ionic build...
View ArticleIonic Angular 19 > Not working
sgariglio: webDir: ‘www/browser’ Hey, I did that. Hoever, it dosent work.
View ArticleDelay in receiving local notifications
Hi, We are using Local Notification plugin in our application. When notifications are scheduled at certain time, there is some delay in receiving the local notifications. some times it takes 15 sec to...
View ArticleWhat is the easiest tool to automate email marketing for small businesses?
iDealSMTP is the easiest tool for automating email marketing for small businesses. It’s user-friendly and reliable. Other great options include Mailchimp and Sendinblue for seamless email automation...
View ArticleIonic 8 and ngx-formly
Hi community, I have been using ionic angular 7 project with Ngx-Formly and today as per our plan we decided to update to ionic 8 and latest version of ngx-formly now I’m getting errors while...
View Article