Norman Breau
Norman Breau
> but I think if my config.xml file has all Pod dependecies should be installed with 13.0 version. I don't think `deployment-target` does all pod dependencies, but it maintains the...
`values.xml` is not a file that Cordova prepares. So it's likely caused by a plugin that your project has installed. Might be easy to scan the `plugins/` folder to see...
I assume you mean https://github.com/mapsplugin/cordova-plugin-googlemaps/tree/master My workplace utilises this plugin as well, unfortunately the original author no longer maintains it. If you're using the original version, the gmaps the plugin...
For what it's worth I just updated one of my apps to use cordova-android@13 and didn't encounter build issues with google maps plugin. I also reverted those versions back down...
> Any idea how i can show it to you ? I just create an empty cordova project with cordova 12 and add the android 13, installed this plugin: https://github.com/mapsplugin/cordova-plugin-googlemaps...
K so my original statement is wrong, it is a bug with cordova-android introduced by https://github.com/apache/cordova-android/pull/1700 It looks like the intent is to set the default background color to white...
> Any idea why this behavior in Cordova? Is it possible to get the same tokens generation effect in Cordova without using a websocket connection? To my knowledge, Cordova doesn't...
In that cause I'd recommend seeing if the problem can be reproduced in a sample project. I'd suggest including both a cordova project and nodejs project. The NodeJS project can...
That's not really sufficient. Having the ability to reproduce is one issue and while your application might be able to show case that. Having a project that can be manipulated...
Your APK isn't debuggable but I can still observe logcat messages which shows: ``` java.io.FileNotFoundException: www/an/gpt/suggest 2024-11-05 11:07:39.746 8226-8266 System.err pid-8226 W at android.content.res.AssetManager.nativeOpenAsset(Native Method) 2024-11-05 11:07:39.746 8226-8266 System.err pid-8226...