Capacitor.config.ts change plugin config based on platform
I have noticed that when I run ionic cap sync (or update or copy), ionic-cli will read the file /capacitor.config.ts and generate a json file for Android and another for iOS. I need to change the...
View ArticleXCode bundle identifier not updating from capacitor.config.ts
I realise that ios platform specific changes can and should be made in XCode. But is there a way to sync changes made in capacitor.config.ts to the XCode project? I changed the appId in...
View ArticleTabs within `ion-content` (iOS issue)
Hello! I’m trying to display an ion-tabs component within an ion-content component. I know this is probably a non-standard use of the component but I want to display the toolbar at the top and the...
View ArticleAndroid resource linking failed and error: resource mipmap/ic_launcher (aka...
Android resource linking failed E:\HomeAbroad\re-agent-mobile-app\android\app\build\intermediates\packaged_manifests\debug\AndroidManifest.xml:21: error: resource mipmap/ic_launcher (aka...
View ArticleDeploy iOS dev version from Appflow
Sorry if this is covered but I cannot find it. Could anyone briefly explain how the deploy a dev version binary IPA built on Appflow to their device. I have previously managed this using an online...
View ArticleionBreakpointDidChange not firing event
I’m on Ionic Vue 6.2.4 and I’m not able to listen to events from the sheet modal. This is my code, but the event is not outputting the console log. onMounted(async () => { const sheetModal = await...
View ArticleWhat happened to @awesome-cordova-plugins/sensors Ambient light sensor
What happened to the plugin? Was it moved? Everything I can find is either outdated or a 404 error, Sensors | Ionic日本語ドキュメンテーション is the only somewhat official looking site i found but the plugins...
View ArticleIonic vs Capacitor
I’m working on a mobile/tablet-only app and currently using Vue, wrapped with Capacitor. The reason for this is that the app includes a lot of components that are quite different to those that come...
View Article[Freelance] Looking for developer to get an iOS / Android project over the line
We’re looking for a developer to help us get a project finished and to market. Overall project: Build an iOS & Android podcast / audio book player. Individual features - done so far in Ionic:...
View ArticleHow do I make an ionic component render and hydrate in Jest tests
When running this test it('should render the button', (done) => { const button = fixture.debugElement.query(By.directive(IonButton)); console.log(button.nativeElement.shadowRoot) }); the HTML...
View ArticleAre watchers continue running on cached page components?
I have an ionic vue project. I had few unexpected behavior and I am suspecting that the watch() callbacks continue to be called on components that are not being shown (but still not destroyed due to...
View ArticleIon-footer tag doesn`t fix in Sheet Modal
Hello everyone! Use Ionic v.6 (6.2.5) and Angular. I try to open Inline Sheet modal. When I use breakpoints, my footer is not fixed on the bottom of a page Only for case where I use max breakpoint...
View ArticleIonic App has bad performance and is slow in some devices
I have an Ionic5 App with Angular 12 and I add lazy loading to the pages and components, implemented infinite scroll, virtual scroll and other best practices. But, in some android devices (e.g....
View ArticleChange app name Capacitor
HI all, I have just made a prod build for my Capacitor Android application and the name is wrong. It is correct as the app name etc but when your hold onto the application and select more information...
View ArticleBottom Sheet Modal height based on page content height?
Is there a way to set the height of a bottom sheet modal based on the height of modal? I know we can set the breakpoints when presenting the modal, but is there way to explicitly set the height based...
View ArticleIonic dom platform detected on iOS device
Dom platform detected on iOS device. A lot of iOS related stuff not working because of incorrect platform detection. this._platform.ready().then(pl => this.platform = pl); => dom Ionic: Ionic...
View ArticleRobinhood app scene with javascript & ionic 🔥
Just a demonstration of my work with trending currently synthwave interface The basis view of this scene was taken as the perfect example, from Bitcoin conf 22" – Presentation of Robinhood application...
View ArticleWifi networks and security type serach
Hi Is it possible to search the available WIFI networks that are shown on the WIFI section of your phone? I would I like to determine the security type of networks available? I can not manage to find...
View ArticleChange application language in android (Per-app language preferences)
Per-app language preferences is available since android 13 (link) and this feature also enables to change the application language using an API. Is there any way to change the application language...
View ArticleIonic cordova build android not work
Hi, I’m trying to build a legacy project (ionic v2). When I execute ionic coda build android, I get the next error: Unable to graft xml at selector “/manifest/application/provider” from...
View Article