Why Your Company Should Build Capacitor Mobile Plugins
Originally published at: Why Your Company Should Build Capacitor Mobile Plugins - Ionic Blog It’s the modern age of application development. As consumer and business needs for mobile apps continue to...
View ArticleHTTP request error on iOS
Hello guys - I am receiving this error when using my freshly compiled app on a physical iOS device on XCode. I’ve had a good google about this, but all the other questions seem to pertain to this...
View ArticleIssue with reactivity in Vue with Pinia and router caching pages
It can be the dumbest question, but I think not. Lets imagine you have an app that has a login, donwloads some data and then you can log out. Lets imagine you have 2 pages. So you step on all of them...
View ArticleI need help with the result for a form in JavaScript
I’m learning programming, first of all, I ask you to help me if I’m making a critical mistake. I’m trying to develop/practice a calculator, where in the last input field the result is displayed. I...
View ArticleIonic React: Password autofill does not put the password correctly
So I have this code: const onChange = (about: string, value: string) => { setViewModel({ email: about === 'email' ? value : viewModel.email, password: about === 'password' ? value :...
View ArticleI cant build Blank Starter with --prod --release
After upgrading my app to ionic 6, I could nolonger build it with --prod --release, but the debug version could build. I get this error when I run - ionic cordova build browser --prod --release ERROR:...
View ArticlePlatforms-android- ... plugins folder is deleted once app is builded
Ionic: Ionic CLI : 5.4.16 (/usr/local/lib/node_modules/ionic) Ionic Framework : ionic-angular 3.9.2 @ionic/app-scripts : 3.2.1 Cordova: Cordova CLI : 10.0.0 (cordova-lib@10.1.0) Cordova Platforms :...
View ArticleLocalNotification Version
What is the best versions using LocalNotification for the Ionic, Angular, Node 1 post - 1 participant Read full topic
View ArticleWhite to Black
Good morning, a couple of years ago we had an application developed with a capacitor and suddenly everything that is white has turned black. In addition, the rest of the colors are not visible either....
View ArticleGradle build - failed! (subprocess command not found)
Not sure what happened but recently started getting this error when trying to run my app on an android device from the console [capacitor] ✖ Running Gradle build - failed! [capacitor] [error]...
View ArticleiOS 15 app crashes when try to load local video
Ionic Version Ionic: Ionic CLI : 6.18.2 (/usr/local/lib/node_modules/@ionic/cli) Ionic Framework : @ionic/angular 6.0.13 @angular-devkit/build-angular : 13.2.6 @angular-devkit/schematics : 13.2.6...
View ArticleBug with ionic slides
So as you see on my screens . i am using ion-slides with 1.3 slidesperview but the issue is when we move on to last ion-slide it starts to the mid of the body but i want it to the very left start of...
View ArticleSheet modal
Hi there, Loving the new sheet modal, was just wondering if it is possible to dynamically update the “current” breakpoint value of the modal from code? Would like to have one modal open, then on some...
View ArticleDismiss PWA Action Sheet when using Camera Plugin in the Web
Hi, I’m using the Capacitor Camera Plugin in the web using PWA elements. Is there a configuration to dismiss the action sheet when clicking on the backdrop? I saw that <pwa-action-sheet> has an...
View ArticleStyling issue of toolbar after entering new page
Hi, i’m trying to build an app with Ionic 6 (Angular, Tabs-App). I am facing a weird problem with the toolbar. After routing to another page, the toolbar styling applies just a few seconds after the...
View ArticleAlign icon to the bottom of splash screen
Is it possible with capacitor or ionic to align an icon to the bottom of the splash screen? It should look i.e. like this: There is one icon in the center and one icon in the bottom of the screen. Is...
View ArticleImproved Native Versioning and White Labeling Enhancements with the Ionic...
Originally published at: Improved Native Versioning and White Labeling Enhancements I’m happy to announce the addition of two new features to the Ionic Cloud CLI: Live Update channel creation for...
View ArticleMight not be an Ionic issue but...Angular JIT compilation failed:...
I’m a little green to Ionic/Angular and am not entirely sure where the dividing line between the two is so… Angular CLI: 9.1.2 OS: win32 x64 Angular: 9.1.13 … animations, common, compiler,...
View Articleform values disappear after interacting with select in ionic
When the user interacts and selects a value in the select, or input of type file, the values of the other fields of the form disappear. Has anyone had this problem? How to solve it? I use the latest...
View ArticleIon-content dont show over the full area
Hello, I hope you can help me. I have the problem that when I try to access an object, ion-content is not displayed completely, but compressed as shown in the picture. What can I do to prevent this....
View Article