Cannot run ionic deploy manifest outside a project directory
Hello, I have a mono repo with two apps, one that contains all the configurations for native builds and one with the angular PWA app. In order to build my native app I need to build my PWA app first...
View ArticleCannot show ion-infinite-scroll after swiper
Im trying to realise a page with vertical swiper and I want to show at the end of all the pages an ion-infinite-scroll to allow user to load more items. <swiper class="vertical-swiper"...
View ArticlePWA: Scroll to Top on Status Bar Tap
Hi everyone, I’m building a PWA with Angular + Ionic. Recently, I have noticed a missing behavior: the app doesn’t scroll to the top when tapping on the iOS status bar. The documentation has pointed...
View ArticleContent in IonContent rendering behind IonTabBar
I’m having a problem with content rendering the tab bar at the bottom of the screen. This is a project I’ve picked up from someone else recently, and I’m new to Ionic and React. My main problem is...
View ArticleWebsocket is not working on android phone
The websocket is working on web but not working on android. 1 post - 1 participant Read full topic
View Article"Unable to locate a Java Runtime" when building for Android on Mac
The ‘run android’ command kept failing on my Mac (running Big Sur) with the following error: Running Gradle build - failed! [capacitor] [error] The operation couldn’t be completed. Unable to locate a...
View ArticleMultiple plist Issues Building
Version: Ionic v6 I currently have 2 plists: development-Info.plist and production-Info.plist. Upon running capacitor sync ios the end I receive these messages: [capacitor] [fatal] Unable to read:...
View ArticleFilesystem.requestPermissions() doesn't work!
Hi all, I want to let user download a created image to local, but if user accidentally click the wrong button “deny”, then next time, the image won’t be downloaded. To avoid this, I want to let my...
View ArticleAppFlow Deploy and PWA's
Good evening, Unfortunately I cannot seem to find clear information about this. In short, I am wondering if the Deploy plugin with AppFlow works with PWA’s as well, or only for Android/ios...
View ArticleCapacitor Newtwork Error with axios
Hello guys, I am currently building an appliaction with a microcontroller. Long story short the MCU is an accesspoint. The IPhone connects with the MCU makes an request and waits for an response....
View ArticleHow to call handler in a different context
In JavaScript (and other languages) “this” refers to the context in which a method is called. I am trying to bind an event handler to an object, but I cannot even compile the code, because the...
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 SMS and CallNumber problem in app.module.ts
I have a problem SMS and CallNumber providers not identify my app. I call import { SMS } from '@ionic-native/sms'; import { CallNumber} from '@awesome-cordova-plugins/call-number'; app.moduel.ts...
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 ArticleLocal notifications get lost after android reboot
Hey Team, The local notifications in my App get lost after I’m restarting my android phone. Before the restart the local notifications work fine. According to Git Hub change log, this problem got...
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 Article