ebhsgit
                                            ebhsgit
                                        
                                    I am not experiencing any issues with markers
Yup. eg: `./assets/imgs/map/markers/start.png`
``` icon: { url: '....', size: '.....' } ```
@dpa99c I had similar problem with my plugin, fixed by changing ` ` to ` ` Similarly if you need to modify AndroidManifest, or other platform resource
@EinfachHans I've made a fix for myself. I've created PR https://github.com/mapsplugin/cordova-plugin-googlemaps/pull/2887 if you want to use it.
Issue also mentioned in #2871
@sandwwraith Thanks for replying. Replacing the `apply from` line in `build.gradle` [:app] with the content of `kotlin-serialisation.gradle` works. (changing apply plugin with the id instead of implement-class. Known gradle issue...
@zlmr Unfortunately not. If you find a solution, please let me know.
Check this reply https://github.com/katzer/cordova-plugin-background-mode/issues/93#issuecomment-117208435
I made my PR #156 based off this one. The problem with this PR is the status bar check is incorrect. If you make additional changes to your status bar...