Ionic 5 iOS error vendor.js:971
when I launch my app I have this error: SyntaxError: Unexpected token ‘?’ vendor.js:971. this only happen on iOS 12.5.5. and iPhone 6, I tested in iPhone 8 and iOS 14.6 and doesn’t happened. Any idea...
View ArticleswipeGesture in ion-segment has no effect
I tried hard to make the segment feature with swipe gesture (left and right) work, but no success. Could it be a bug or I have not done it correctly? Any help is appreciated. <ion-segment...
View ArticleSave checkboxes value in data
I have the following code for rendering my checkboxes: <ion-list-header> <ion-label>Reason</ion-label> </ion-list-header> <ion-item v-for="entry in form"...
View ArticleNorton install with product key
Norton is a trusted program that beefs up the online security for your data and device. It keeps your device digitally protected. You can install Norton on your device in order to protect it from...
View ArticleIonic 6 IonInput outlined height
Hello, Im trying to make ionic input height of 40px, I have a structure like so: <IonItem fill="outline" > <IonLabel position="floating"> Some label </IonLabel> <IonInput...
View ArticleCan't play video with local file in android
i have avi file in local file directory file:///storage/emulated/0/ionic_download/2022-02-07/18/18-59-32.avi but the problem is that I want to play video with above file path. data[i].toURL() is above...
View ArticleHow to print page in Ionic Framework
Please describe the questio Tried to print page in ionic app, I Have used ionic version 6. It works on ionic lab. But when we try to run on android phone it is not working. The code I Used was :...
View ArticleIs it possible to use combo virtual box, macOs, Xcode etc with any efficiency...
I need to build my apps for ios but I only have a notebook with 16g of ram that has windows installed. Is it possible to use combo virtual box, macOs, Xcode etc with any efficiency to build my...
View ArticleAdvanced-http plugin error. TLS connection could not be established:...
Good day. Could anybody suggest please how to solve this problem? TLS connection could not be established: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust...
View ArticleIonic 6 Inputs - How to use new styles
I understand in the blog Ionic 6 has support for input styles outline and filled for android? I can’t find reference to this in the documentation, does any one know how to apply these new styles?...
View ArticleIonic cordova run android does not generate a fresh app-debug.apk
Recently I started seing a strange behavior, when I run ionic cordova run android to deploy my debug version of the app to an actual android device, the generated app-debug.apk does not reflect the...
View ArticleBuild ionic vue app as library to be used in a website
Hi there, is there a way to build an ionic vue app as a library so it can be injected in an existing website? I can get the vue app built as a library by running yarn build which is defined as...
View ArticleAsync not working for Subject.asObservable
I’ve come across what appears to be an access issue. I have a Subject in a service, shared via a public accessor as an observable. // can't subscribe with async private _connection$:...
View ArticlePWA Specific Build Hooks
Hello Ionic community! I have a quick question regarding Ionic PWAs. Are there any build hooks I can use that are specific to the PWA target? I’d like to add a hook just for building the PWA version...
View ArticleCan't run ionic app on device all of a sudden: Package...
All of a sudden when i run: ionic corova run ios i am getting the following: An unhandled exception occurred: Package "@ionic/angular-toolkit" has no builders defined. See...
View ArticleBackground transparent
My app is scanning qrcode. For this I am using the capacitor-community barcode-scanner plugin. With previous versions of ionic I had no problems; I had used the css to get the transparent background...
View ArticleMultiple Show More/Show Less inside ngFor data on button click
I have a list of items and there have multiple shows more, I want to hide when one show more is open, once the user clicked on the second one previous one should be closed please can you help me with...
View ArticleConfusion with npm dependencies
I always get confused with the npm packages and dependencies. I am trying to install the latest version of @angular-devkit/build-angular , it gives me this error: npm ERR! code ERESOLVE npm ERR!...
View ArticleThin lines rendering issue with Safari engine
Hi! i’m using ionic react to build my application and i have this registration page with very thin lines (1px), no problem running my app on android/chrome but as soon as i try it with safari i get...
View ArticleHow to apply transition to .button-native::after
I need to add transition to background-color of ion-button. My css: ion-button{ –transition: all 2s ease-in-out; → only have transition on text color } Transition on background color only works when I...
View Article