Mike Summerfeldt

Results 47 comments of Mike Summerfeldt

This is not caused by capacitor and is actually the behaviour of the AAPT (Android Asset Packaging Tool) where it will purposely strip off the `.gz` from a file. Im...

Have you updated a few of your `@capacitor` dependencies to v4 but not all of them? What does your `package.json` look like?

@morsagmon How are you doing the migration? For your use case you would need to update the `@capacitor/` dependancies by changing all of them to `^4.0.1` and then change all...

> I should point out that the [ionic getting started tutorial](https://ionicframework.com/docs/vue/your-first-app) also fails with the same capacitor package errors. > > Near the middle, it asks you to install storage:...

This seems to be more an issue of trying to use the function in your app and not via the context bridge to the main process. So when you build...

It this only on build or does this happen on dev runs too?

Have you followed the guide in the docs. https://capacitor-community.github.io/electron/docs/deeplinking

> @IT-MikeS I created a sample application by following these steps > > 1. ionic start appElectron blank --type=angular --capacitor > 2. npm i @capacitor-community/electron > 3. ionic build >...

Have you built this into an installable application? (gone though electron builder etc) and installed and tested as a built app? Deeplinking is only available to built applications. (Electron limitation)

It's on my radar but it will be a while before I dig in due to other commitments and life balance. However PRs are always welcome should you feel inclined...