Skip to content

Commit 340dcf2

Browse files
authored
docs(README): add troubleshooting section
1 parent f5c9fa1 commit 340dcf2

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,13 @@ The newest API these components depend on is the [FileReader API](https://canius
100100

101101
* Drag-and-drop is not supported on mobile
102102

103+
# Troubleshooting
104+
105+
* I don't see the camera when using `QrcodeStream`.
106+
* Check if it works on the demo page. Especially the [Decode All](https://gruhn.github.io/vue-qrcode-reader/demos/DecodeAll.html) demo, since it renders error messages. If you see errors, consult the docs to understand their meaning.
107+
* Demo works but not locally: Listen for the `init` event to investigate errors.
108+
* Demo doesn't work: Carefully review the Browser Support section above. Maybe your device is just not supported.
109+
103110
# Installation
104111

105112
```bash

0 commit comments

Comments
 (0)