Ionic capacitor file download with PHP
I just started on ionic. all are going good. But I got stuck on file/attachment download in ionic. For this I used below two method but no success, Any help will be appreciated. First Method:-...
View ArticleBuilding to iOS Ionic 'WKWebViewConfiguration' has no member
I am trying to build to my iPhone and encountered this error on Xcode. Please help: Screen Shot 2021-09-09 at 10.11.00 AM2086×768 270 KB Thanks 1 post - 1 participant Read full topic
View ArticleAndroid Debugging
Just tried with Visual Studio Code to debug my Ionic Angular App. I am using following launch.json. I hit F5 and select my Device and Webview it will load and the debug bar is visable. After a view...
View ArticleNew ionic project PWA error
I have installed a new ionic project ionic start myApp ng add @angular/pwa ionic build --prod I have uploaded www into IIS webserver with https valid certificate. Everything works fine. But there is...
View ArticleHow to clear leftover IonPage from DOM?
Facing an issue where “NewEntryCategory” page is receiving the state(reducer) of the previous NewEntryCategory page as it still remains in the DOM. Is there any way to force removal of the IonPage...
View ArticleRouting from notification when app is not running
I’m using the OneSignal SDK to handle notifications sent out to users of my app, and depending on what notification is received, the app is supposed to redirect to a specific tab in the app. This...
View ArticleIonic-Vuejs qr code generator
Hi All I Want Way to Make qr code generator and reader with vuejs ionic i had see jast with angular 1 post - 1 participant Read full topic
View ArticleDynamically change ion-content mode depending on screen size
How to change dynamically ion-content mode="ios". On very small screen sizes my layout is broken but only on ios device since it has bigger paddings around elements. I tried to do it in two ways but...
View Article"Is not a known element" Error
Hi, I’m trying to make a simple Canvas Gauges capacitor page. I followed the steps for installing ng-canvas gauges (from here: Add A Realtime Gauge To Your Angular Project – Wayne Parrott) but I’m...
View ArticleWidth and height problem
hi, I’m new to ionic and I’m learning a bit, can someone help me, the width and height are not working, is there any other way to use it? .signup{ width: 85%; height: 50px; text-transform: none;...
View ArticleHow to put my own component into a specific IonItem slot?
I have my own component that I created and would like to put it into the “end” slot of IonItem component. How do I do that? example: <IonItem> <IonLabel>Some label</IonLabel>...
View ArticleHow to fix image hanging on iOS page transition?
I’m working on a welcome screen that routes to a login screen. As part of my design, I’ve 2 images in an <ion-footer>. I’ve positioned the images the way I’d like using CSS, and it seems to look...
View ArticleModal.vue module was not found
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleIonic v3 scoped CSS
I’m working on a very large app and I’m having some issues with CSS scoping. By default CSS selectors are prevented from leaking up to parent components because of this: @Component({ selector:...
View ArticleWhy does IonButtons remove the "button" look from buttons?
I tried adding a toolbar to <IonContent>. According to the docs, <IonButton> should be wrapped in <IonButtons>. However, when I do that, the blue background of my links is replaced...
View ArticleIonic 5 Keyboard Web Browser IOS Safari
Hello everyone, Massive fan of Ionic, and this is my first time using it was a web based app as opposed to a hybrid / native build. I’m super sorry if this has already been covered, I’ve had a scan of...
View ArticleError using npm install
I am getting this error in my ionic application. whenever I run some NPM install command. npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving:...
View ArticleHow to animate action buttons with ionic angluar
Hello everyone, i need some tips here’s. i want to create the same login app with the same action buttons on qr code, etc… i’am using ionic-angular V3. is it possible to do the same usiong ionic...
View ArticleIonic 4 ssr issue
error : ERROR TypeError: Cannot redefine property: constructor ** at Function.defineProperty ()** i’m trying to use angular universal ssr in my app . i got an error with self is not defined then tried...
View Article