-
Updated
Jun 4, 2020 - Kotlin
qrcode
Here are 1,310 public repositories matching this topic...
Github Pages is configured to source files from the root folder of the master branch. It should source from /docs instead, not to pollute the root folder.
建议加一个判断:ScanBoxView.drawMask:
*/
private void drawMask(Canvas canvas) {
int width = canvas.getWidth();
int height = canvas.getHeight();
if (mMaskColor != Color.TRANSPARENT) {
mPaint.setStyle(Paint.Style.FILL);
mPaint.setColor(mMaskColor);
if(mBorderSize>0){
canvas.drawRect(0, 0, width, mFramingRe
-
Updated
Apr 30, 2020 - Swift
-
Updated
May 19, 2020 - JavaScript
The file noto_sans.otf is nearly 16MB, which is rather large for a feature that may not be necessary.
I haven't yet investigated, but I imagine it should be possible to generate QR codes (without labels) without including a 16MB otf file in vendor code.
I'll play around with things on my side and update this issue accordingly.
I'm getting this error on an application which is scanning multiple QR codes over long periods
Failed to read QR code. Finished up all reserved function pointers. Use a higher value for RESERVED_FUNCTION_POINTERS.
@schmich could you please recompile the script with more pointers as described [here](https://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/Interacti
Question
Microsoft's documentation says:
https://docs.microsoft.com/en-us/dotnet/api/system.drawing?view=netframework-4.7.2
"Classes within the System.Drawing namespace are not supported for use within a Windows or ASP.NET service. Attempting to use these classes from within one of these application types may produce unexpected problems, such as diminished service performance and run-tim
-
Updated
May 12, 2020 - TypeScript
-
Updated
Apr 10, 2019 - Kotlin
Im use reactive time out and not work when i set the time
below is my qrcodescanner attribute,and how i can reactive it manualy i try to set state on reactive but didnt work
onRead={this.barcodeRecognized}
flashMode={RNCamera.Constants.FlashMode.auto}
reactivate={true}
showMarker={true}
reactivateTimeout={5}
markerStyle={Styles.marker}
-
Updated
Jun 7, 2020 - Java
-
Updated
Sep 21, 2019 - Swift
Missing info in docs
In order to get it working needs to create also HTML element with specific id. That wasn't mentioned in docs and I was getting error till I made it randomly trying different things.
I only just noticed that I linked directly to the pen instead of the full view:
-
Updated
Mar 15, 2020 - JavaScript
-
Updated
Aug 17, 2017 - Java
Write tests
I frequently re-introduce bugs I already fixed when releasing new features. I always do a lot of manual testing to reduce this but that's annoying and time consuming. I should really learn how to write automated tests but I don't know how to approach this with this component. How to simulate a camera in a test environment?
Stuff I'd like to have covered somehow:
- the component should rende
-
Updated
May 25, 2020 - JavaScript
-
Updated
Mar 14, 2019 - Go
Version:
react-native-cli: 2.0.1
react-native: 0.53.0
How happened
1 install this library.
2 just add
import QRCode from 'react-native-qrcode';
to one of screens.
3 refresh the simulator and got this.
-
Updated
Jun 4, 2020 - TypeScript
-
Updated
Apr 24, 2020 - Python
-
Updated
Mar 3, 2020 - JavaScript
Improve this page
Add a description, image, and links to the qrcode topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the qrcode topic, visit your repo's landing page and select "manage topics."

If you are using this on the server then you might get a problem with the
print("line 16: mode: byte")part if you don't want to fork the repo to fix it you can monkey patch theprint()function like this.