Skip to content

Commit af1ead2

Browse files
authored
Merge pull request #97 from NativeScript/lini/update-readme
Update README and remove second copy
2 parents 2d877c3 + 2055c18 commit af1ead2

File tree

2 files changed

+4
-135
lines changed

2 files changed

+4
-135
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ npm install nativescript-camera --save
4646
| saveToGallery | true | Defines if camera picture should be copied to photo Gallery (Android) or Photos (iOS) |
4747
| cameraFacing | rear | The initial camera facing. Use 'front' for selfies. |
4848

49+
50+
> Note: The `saveToGallery` option might have unexpected behavior on Android! Some vendor camera apps (e.g. LG) will save all captured images to the gallery regardless of what the value of `saveToGallery` is. This behavior cannot be controlled by the camera plugin and if you must exclude the captured image from the photo gallery, you will need to get a local storage read/write permission and write custom code to find the gallery location and delete the new image from there.
51+
4952
## Usage
5053

5154
### Requesting permissions
@@ -161,4 +164,4 @@ We love PRs! Check out the [contributing guidelines](CONTRIBUTING.md). If you wa
161164
## Get Help
162165
Please, use [github issues](https://github.com/NativeScript/nativescript-camera/issues) strictly for [reporting bugs](CONTRIBUTING.md#reporting-bugs) or [requesting features](CONTRIBUTING.md#requesting-new-features). For general questions and support, check out the [NativeScript community forum](https://discourse.nativescript.org/) or ask our experts in [NativeScript community Slack channel](http://developer.telerik.com/wp-login.php?action=slack-invitation).
163166

164-
![](https://ga-beacon.appspot.com/UA-111455-24/nativescript/nativescript-camera?pixel)
167+
![](https://ga-beacon.appspot.com/UA-111455-24/nativescript/nativescript-camera?pixel)

src/README.md

Lines changed: 0 additions & 134 deletions
This file was deleted.

0 commit comments

Comments
 (0)