Load styles in Ionic dynamically from a file downloaded via http
I just did this in our Ionic Vue app. I think your problem is that you are doing setStyle instead of setProperty. Here is what we are doing: private configureColors(group: GroupModel): void { const...
View ArticleForm moves up when ion-input fields get focus
Did anyone get a solution for this in the end?
View ArticleShow Metal Performance HUD on iOS device
Hi I would like to show the Metal performance HUD for my web app, I follow the instructions described in Monitoring your Metal app’s graphics performance, but I couldn’t make it work. Someone knows if...
View ArticleCapacitor community plugins camera-preview and video-recorder conflicting
Have you set backgroundColor: '#ff000000', as the background color in your capacitor-config.ts?
View ArticleSupport JAVA 21 for latest Capacitor v7 support
yeah, Linux - 2025.01 was made available with JDK 21 ionic.io Build Stacks - Appflow In Appflow, build stacks represent the set of software used to build an app on a given platform (web, iOS,...
View ArticleLoad styles in Ionic dynamically from a file downloaded via http
Thanks a ton!! This really worked on my project! I’ve been thinking about this issue for two days… and I didn’t really know how to approach the problem, and now that I have seen the solution, it makes...
View ArticleCapactor 7 on Android - Toolbar and Tab Bar - display issue
“fixed” it by setting padding-top: 20px on <ion-header> … if you’re using both mobile and web you can use Capacitor to check for the current platform and add or don’t a css class to the...
View ArticleHow to reuse floating labels?
not a good one. I mimicked the floating label: :host { .input-wrapper { flex-grow: 1; display: flex; align-items: center; margin-top: calc($floating-font-size * 1.2 + $padding-top); min-height:...
View ArticleShow Metal Performance HUD on iOS device
Isn’t Metal the only graphical API for iOS? My app has embedded a unity WebGL game, I imagine it does use metal.
View ArticleShow Metal Performance HUD on iOS device
Looks like WebGL started using metal in some iOS 16.x version, but if you tried what you shared and didn’t work, probably Apple didn’t expose the HUD when using metal indirectly like on the WKWebView.
View ArticleAngular navigate parent
Hi, when I am using angular router-outlet and I try for example this.router.navigate(['/detail/' + id], { relativeTo: this.route.parent }); my navigation works OK but when I switch to...
View ArticleLinking 3rd party swift packages
I am creating a capacitor plugin that wraps a 3rd party SDK. For IOS the SDK is available as a swift package. I am able to link the package to my plugin using the Package Dependencies tab in XCode...
View ArticleSetup Jest in Angular 14 + Ionic 6 project
i’m using this configuration: globalThis.ngJest = { skipNgcc: true, tsconfig: 'tsconfig.spec.json', // this is the project root tsconfig }; /** @type {import('@jest/types').Config.InitialOptions} */...
View ArticleMissing Privacy manifest - Ionic React
When publish app to Testflight I got this email. I am using Ionic React. Please let me know the solution. ITMS-91061: Missing privacy manifest - Your app includes...
View ArticleMissing Privacy manifest - Ionic React
General info about Apple’s privacy manifest requirement can be found here - Privacy Manifest | Capacitor Documentation For the plugin you mentioned, there is an open issue about it here - [FEATURE]:...
View ArticleSupport JAVA 21 for latest Capacitor v7 support
I’m trying to create a project and I’m getting the same error
View ArticleGet Appflow working with Nx monorepo based App repository
I’m attempting to get an app to build in Appflow, but without success. The app lives in an Nx Monorepo, therefore I’ve added the following appflow.config.json: { "apps": [ { "appId": "xxxxxxxx",...
View Article