capacitor-docs
capacitor-docs copied to clipboard
See conversation here: https://github.com/ionic-team/capacitor/pull/5192 - Add snippet on iOS page on how to opt-out of Cocoapods analytics - Add snippet on Android page on how to opt-out of AndroidJUnitRunner analytics
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...
Hello In the `workflow` section of the v2 doc, the `npx cap doctor` command was briefly presented : https://github.com/ionic-team/capacitor-site/blob/main/pages/docs/v2/basics/workflow.md This is not the case anymore in the v3 version of...
[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...
[Here](https://capacitorjs.com/docs/core-apis/saving-calls#saving-a-call-for-multiple-completions) in doc written about saving call How about getting this saved call?
**URL** https://capacitorjs.com/docs/guides/deep-links#create-site-association-file and https://capacitorjs.com/docs/guides/autofill-credentials#apple-app-site-association-file **What is missing or inaccurate about the content on this page?** In the screenshot you highlight App ID prefix and Bundle ID, but later in the...
I would love to list my Push Notifications Guide for Capacitor here. Let me know if you want me to update anything.
Adds a missing typescript definition
This commit adds a new file, **doctor.md** to the _docs/cli/command_. This file provides instructions on how to use the doctor command to check the current Capacitor setup for common errors.
**URL** https://capacitorjs.com/docs/guides/push-notifications-firebase#download-and-use-the-google-servicesjson-file **What is missing or inaccurate about the content on this page?** >We don't need to add any dependencies to our project because Capacitor projects automatically include a version...