[Dialog Plugin] Use new android material design
Hello all, I am a bit curious and guess I am just overlooking something… When creating an alert dialog it says to create one in the system design. However the dialog looks like the old style and not...
View ArticleNeed an IONIC Developer immediately
About Us, BAWES is a portfolio company of thriving startups working towards a common vision of Bridging the gap between people and their dreams. Building an ecosystem of products and services to make...
View ArticleApp crashing on using camera - Capacitor on Android 12 / 13
Explanation of Problem: App crashes and restarts when taking and confirming a picture on Android 12 and 13. App crashes on clicking this button after taking picture We are using Capacitor camera...
View Article--border-radius custom css style is not applied on ion-input (Ionic V7)
I am trying to get an ion-input to look something like this: According to the Ionic V7 documentation I should be able to get the border radius using the --border-radius custom property on ion-input,...
View ArticleHow to stop request to content-autofill.googleapis.com on pages with an input
Hello everyone, We recognised a request to content-autofill.googleapis.com on pages with an input. Does anyone know if it’s possible to block this request in a capacitor android app? We need to block...
View ArticleCapacitor v4 share plugin dialogTitle not showing
Hi, I’m using “@capacitor/share”: “^4.1.1” in my app and have the following code in my vue.js file: import { Share } from '@capacitor/share'; await Share.share({ title: 'See cool stuff', text: 'Really...
View Article[(ngModel)]="binding" ionic 7
how to update [(ngModel)]=“binding” for new ionic 7 ionic 6 <ion-input type=“password” [(ngModel)]=“binding” required=“true”> now ionic 7 ? 1 post - 1 participant Read full topic
View ArticleIonic on Rasberry Pi
Hi, Has anyone managed to get there App running on Rasberry Pi? 1 post - 1 participant Read full topic
View ArticleCapacitor v4 Share multiple files not working in Android
Here is my code for sharing multiple files using the Capacitor Share plugin. It is working in iOS. async shareFiles(files: ShareFile[]) { try { let filesUri: string[] = []; for (let i = 0; i <...
View ArticleFile extension of keystore must be .keystore
I’m unable to add .jks file to Signing certificates in Ionic Appflow “https://dashboard.ionicframework.com/” This is the error I get “A keystore file is required. File extension of keystore must be...
View ArticleSplash screen and app icon
I am trying to build a new project with ionic 6 or 7 . in both version splash screen is not loaded also while generating screen ARN: Error occurred while copying...
View ArticleFresh ionic react project got [ERROR] Invalid project type: react-vite...
I create new project with following command: ionic start MyApp blank --type=react I opened this project on VSCode I use Ionic’s VS Code extension to run a web server like photo below I got this from...
View ArticleNg-cli-ws waiting after upgrading to ionic 7
Hi, i have update IONIC to latest version. I also have the latest version of Angular installed. Now when i start the application i see that this call remain in pending: ws://localhost:8100/ng-cli-ws 1...
View ArticleElectron: how to add Electron to a Ionic App with Capacitor?
hello, i’m trying to add Capacitor Electron to a brand new Ionic React App but it doesn’t work. Do you have a tutorial to follow? I tried to follow this guide: nstallation into an existing Capacitor...
View ArticleCannot open file:///.. URL in Capacitor Browser plugin in Android
I have a file://… URL that was generated using using Capacitor Filesystem.writeFile() method which I then passed in Capacitor Browser. However Android Studio throws a bunch of errors and crashes the...
View ArticleWhich way do you choice for building a qrCode Scanner with capacitor?
Hello everyOne , Which way do you choice for building a qrCode Scanner with capacitor ? Thanks for the answers ! 1 post - 1 participant Read full topic
View ArticleIonic Push Notifications Foreground Notifications not TAPPABLE, ACTION...
I have installed capacitor push notification on my ionic angular app. Its all working correctly except MY ACTION PERFORMED in foreground notifications is not working.Here I am stuck. 1 post - 1...
View ArticleCapacitor is not defined after POSTs on Android
Capacitor v4, running an app that refreshes the entire page each page load (aka an old fashioned server side rendered web site). On Android, only after a POST submission, the Capacitor object is not...
View ArticleIs it possible to open qr bar scan in a div with defined width and height
hi I am using the capacitor community qr bar scan GitHub - capacitor-community/barcode-scanner: A fast and efficient (QR) barcode scanner for Capacitor , everything works fine, the only concern that...
View ArticleVertical ion-tabs
Has anyone tried to put the ion-tabs in vertical mode, so the tabs are on the left (or right) side of the screen. The idea is to have something a UI very similar to the one of Slack for instance....
View Article