Manuel Beck

Results 146 comments of Manuel Beck

I still don't get, why `engines` should also be configured in `plugin.xml` when the doc says `package.json` is a [replacement](https://cordova.apache.org/docs/en/12.x-2025.01/guide/hybrid/plugins/index.html#specifying-cordova-dependencies) for it

Ah yes, you are right. Couldn't it be specified to 6.1.0 here?

You should not use `cordova-plugin-wkwebview-file-xhr` and instead use a scheme and hostname to get a proper origin for your app. Also you will get as bonus detailed script errors on...

Hi, I fixed this in my fork: https://github.com/GitToTheHub/cordova-plugin-googlemaps-2

You can see all changes in my commit: https://github.com/GitToTheHub/cordova-plugin-googlemaps-2/commit/df3c11ae3dad01359d38bf9da3114c5c0b484a14 I removed `frameworks/tbxml-android.aar` and `frameworks/tbxml-android.gradle` and changed the code `PluginKmlOverlay.java` to use `XmlPullParser` instead of the third party library `TBXML`. `PluginKmlOverlay.java`...

In the mean time you can use my fork. I don't think @wf9a5m75 will continue this plugin, see: https://github.com/mapsplugin/cordova-plugin-googlemaps/issues/2948