-
-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43680e1
commit aca4593
Showing
3 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
The QR Code Scanner tool can be used to scan QR codes. | ||
|
||
## Scanning a QR Code | ||
To scan a QR code, just point your camera at the code. Once it is recognized, the contents will be displayed on your screen with some actions you can take. | ||
|
||
### Location | ||
If the QR code contains a location, you will have the following actions: | ||
- **Beacon**: Create a beacon using the location. This will open the Beacon tool with the location pre-filled. | ||
- **Maps**: Open the location in a map app on your phone. | ||
- **Copy**: Copy the contents of the QR code to your clipboard. | ||
- **Delete**: Delete the result from the list. | ||
|
||
### URL | ||
If the QR code contains a URL, you will have the following actions: | ||
- **Open**: Open the URL in your default browser. | ||
- **Copy**: Copy the contents of the QR code to your clipboard. | ||
- **Delete**: Delete the result from the list. | ||
|
||
### Text | ||
If the QR code contains text or is an unsupported type, you will have the following actions: | ||
- **Note**: Create a note with the text. This will create a note and display a banner at the bottom of the screen with a button to the note. | ||
- **Copy**: Copy the contents of the QR code to your clipboard. | ||
- **Delete**: Delete the result from the list. | ||
|
||
## Sharing Data with QR Codes | ||
Some tools support data sharing via QR codes. To use this, follow the instructions in the specific tool's guide to generate the code, and scan them with the QR Code Scanner tool. You can scan a beacon directly from the Beacon tool. | ||
|
||
The tools which support data sharing are: | ||
- Beacons | ||
- Notes | ||
- Navigation (your location) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters