Results 71 issues of jcesarmobile

## Bug Report ### Plugin(s) @capacitor/google-maps ### Capacitor Version 5.x ### Platform(s) web ### Current Behavior As of February 21st, 2024, google.maps.Marker is deprecated. Please use google.maps.marker.AdvancedMarkerElement instead. At this...

platform: web
type: bug
plugin: google-maps

keep track of urlSchemeTasks and don't call their methods if the task was stopped closes https://github.com/ionic-team/capacitor/issues/7404

Since the JCore library is already distributed through CocoaPods, would be good if you could use the CocoaPods dependency instead of the jcore-ios.a file. You can use the podspec tag...

Migration done with `npx @capacitor/plugin-migration-v5-to-v6@latest`

I saw `np` was replaced with `standard-version`, so I went to the npm page to check how it works and saw it was deprecated two years ago. Also the CONTRIBUTING.md...

needs: triage

If the type has a ?, it's not displayed, so it's not possible to know which params are optional and which ones are mandatory. Docs should show the ? or...

[Method Types page](https://capacitorjs.com/docs/plugins/method-types) contains incorrect information. The Void Return section is incorrect, `PluginMethod.RETURN_NONE` returns nothing, not a promise. `method1(): Promise;` should be changed to `method1():void;` and the texts need to...

Updated `eslint` to latest 8.x and `@ionic/eslint-config` to latest (0.4.0), which is required for eslint 8.x to work. Removed `eslint-plugin-import` and `@typescript-eslint/eslint-plugin` since they are part of `@ionic/eslint-config`

package: angular

formData is only being decoded and sent for Android O and newer, but we support 5.1+, add an else to handle the data on older versions