Content in IonContent rendering behind IonTabBar
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleWebsocket is not working on android phone
The websocket is working on web but not working on android. I have tested my code on web and it is working. But when I packed my code into an .apk file and instlled on my phone the websocket seize to...
View ArticleIonic cordova run android --livereload fails requesting angular 13
I just updated to ionic 6. I can use the command ionic codova run android without any issue. If I add --livereload it complains about the angular version. ionic cordova run android --livereload...
View ArticleIonic after livereload, app is not clickable anymore! Does anyone get the...
Hi all, it is really wired, after I run my app with: ionic capacitor run android -l --external the app really shows the change on the page, but it is not clickable anymore! Does anyone have the same...
View ArticleAppDelegate.m location?
Hi, I am implementing AppsFlyer deep links and in their documentation they have some code that should be added to AppDelegate.m (see here). Now, I can’t seem to find that file with that syntax. I have...
View ArticleThrow error A 'return' statement can only be used within a function body
Throw error A ‘return’ statement can only be used within a function body. code : <input type=“tel” placeholder=“Mobile No” name=“mobile” [(ngModel)]=“mobile” required maxlength=“10” minlength=“10”...
View ArticleRender external URL within the app page in ionic 5
I need a way to render URL in app page. In android native, It is possible to render external URL with tab structure using WebView by passing URL in it. While finding its alternative in IONIC 5, There...
View ArticleDynamically change the Column size
I am trying to dynamically change the Column size <ion-col [size]="this.size" [size-xl]="this.size_xl" [size-md]="this.size_md" [size-sm]="this.size_sm" [size-xs]="this.size_xs"> but this error...
View Article'ion-popover'/'ion-modal' is not a known element
Hello, I get this error in my project when trying to use ‘ion-popover’ or ‘ion-modal’ with ionic 5: Error: src/app/help/help.page.html:22:3 - error NG8001: 'ion-modal' is not a known element... All...
View ArticleIonic 6 and Capacitor-Community/Media not working
I am at a complete loss here. I have been developing an app in Ionic 5 for 6 months now. I am attempting to make a POC to create a photoAlbum on a device and save photos to that album. I found the...
View ArticleUpgrade to Ionic6 fails
Getting this when I try to follow the update procedure. Same for sudo before the install. Is it my network / npm version or a know bug? npm install @ionic/angular@6 npm ERR! Unexpected end of JSON...
View ArticleUse Ionic CSS variables in custom components stylesheet
Hi, In our Ionic Vue app we added some custom components, which have their own styles. For consistency, we want to use the same colors as the standard Ionic components. Our stylesheets are structured...
View ArticleCode-push sdk.isAuthenticated is not a function
Hi, I am trying to run the code-push release command code-push release-cordova MyApp-Android android -m on my ionic-v3 project. But after Releasing update contents to CodePush: I am getting the below...
View ArticleIonic generate page doesn't work
I updated my project from ionic 4 to 6 and after fixing everything. not able to create a new page using ionic generate page but it shows an error An unhandled exception occurred: Package...
View ArticleImport and read excel file using ionic
0 i want to upload a excel file and read it using ionic-angular , i try with this code but it doesn’t work for ionic app its just work for browser i dont know why ? i want to read it and get a value...
View ArticleIonic and Scully situation in March 2022?
I’m trying install Angular Universal into a Ionic project (but it’s using leaflet and other libraries and will be a lot of work… So, I saw this article about Universal vs Scully: Article about Angular...
View ArticleIonic with Vite?
Vite, Rollup, and ESBuild — oh my! As an added bonus, Framework v6 will be usable with tooling such as Vite, Rollup, and ESBuild, giving you even more options for building apps. This is something that...
View ArticleHow to show Up/Down arrows in numeric input in Androi?
Hi, Ionic V5. I’m testing some ion-input like this in Angular: <ion-input type="number" min="360" max="500" value="400" step="1"></ion-input> According to ion-input V5 Docs (ion-input |...
View ArticleIon-picker outside the modal and inside the inline page
I would like a feature to enable the inclusion of the ion-picker component within the content of a page without the need to open it in a modal, I managed to implement this feature with ion-datetime...
View ArticleDatetime in popover with input doesn't work correctly
i’m trynig to create input with Datetime in popover. i’he tried this example but it doesn’t work correctly. i can’t even select date, there is no button to confirm selected date, also, no date...
View Article