refresh docs

This commit is contained in:
Daniel Sogl
2023-07-11 18:40:56 +00:00
parent 0f6d1c8354
commit ce3a3c8b76
26 changed files with 361 additions and 26 deletions
+2 -2
View File
@@ -16,10 +16,10 @@ Requires the Cordova plugin: `cordova-plugin-camera`. For more info, please see
[Warning] Since IOS 10 the camera requires permissions to be placed in your config.xml add
```xml
<config-file parent="NSCameraUsageDescription" platform="ios" target="*-Info.plist">
<string>You can take photos</string>
<string>You can take photos</string>
</config-file>
```
inside of the <platform name='ios> section
inside of the `<platform name='ios>` section
## Supported platforms