Giter Site home page Giter Site logo

ronnyweiss / apex-qr-code-scanner Goto Github PK

View Code? Open in Web Editor NEW
26.0 26.0 11.0 2.8 MB

This Region Plug-in is used to scan QR Codes. If any string has been detected an APEX Item can be set, Dynamic Action can be fired or JavaScript can be executed. Login for Demo is: user-demo / 123456@

License: MIT License

JavaScript 84.28% HTML 15.72%

apex-qr-code-scanner's People

Contributors

ronnyweiss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

apex-qr-code-scanner's Issues

Can't scan multiple code ?

Hi,

Thank you for your awesome plugin.

I'm trying to scan several codes , but the plugin scans only the first one. The other ones are detected in the video streaming but the scan trigger is not working.

After each scan I'm running the following commands :

alert(scannedValue); $("#scannerregion").trigger("scannerPause"); $("#scannerregion").trigger("scannerPlay"); $("#scannerregion").trigger("resetValue");

This code shows the scanned value only once. No JS error is raised.

Am I missing something please ?

thanks.
Cheerss,

Android Chrome - Uncaught (in promise) DOMException: Could not start video source

Again thank you so much for such a wonderful plugin. It works flawlessly on my desktop. I am however having an issue on mobile. The camera does not appear to start up. It simple spins the loading.

I was able to perform remote debugging and the error message in the remote chrome console reads:

Uncaught (in promise) DOMException: Could not start video source

Environment details
APEX-QR_Code-Scanner version: 1.5.1.0
Galaxy Note10+ 5G
Android 10 base
Android chrome browser: 89.0.4389.105

I have tested this on multiple APEX apps and your example site below and all give the same error.

Any help would be greatly appreciated!

Screen Shot 2021-04-13 at 1 00 10 pm

Long number strange behavior

Amazing plugin thank you! I am experiencing strange behavior with longer numbers in sequential order I was hoping you could suggest a fix for?

When I scan the following QR codes in order everything works fine:
QR 1 - 542099931871011
QR 2 - 54209993187108
QR 3 - 542099931871010

Everything works as expected but when I scan QR 1 then QR 3 the page item does not update.
I suspect this could be a truncating issue because the QR 1 and QR 3 are in sequential order?

I am currently playing around with number conversation and triggering a value reset after every scan as work around but wondering if there is a more permanent solution?

Thank you again for your amazing contributions.

Not data found

I have issues when I try to save what the qr scann read, that error appear! help!
image
image

Read the same QRCode more than once

Hi !

First of all, I would like to say that your plugin is very good! You did a great job and I believe it will help a lot of people, especially the APEX community. ๐Ÿ˜„

Now, I need your help with my situation. I configured the plugin in my app and it is running 100%! But it has a behavior that I need to change.

When I read a QRCode the plugin returns its code and I can handle the code read in my app, however, it is not possible to re-read the same code ... How can I do this?

I need to be able to read the same code more than once, can you help me or tell me what I need to do for this?

Problem with scanning similar QR codes

I try to scan few QR Code one after another.
It works when the QR Code are completely different, but when i try to scan similar QR Code the APEX item connected with plugin no change.
The same when I use "Execute JavaScript" mode with "alert". There is no effect when QR codes are simmilar.

My similar QR codes lead to URL:

http://localhost/ords11/f?p=TEST:GET:::::ITEM:12345
http://localhost/ords11/f?p=TEST:GET:::::ITEM:12346

Library recognise both codes but only when I refresh page.
Have you any idea what is the problem?

QR code works well when I use library sample page: https://cozmo.github.io/jsQR/

QR Scanner stops scanning on Iphone (Safari/Chrome)

Hi Ronny,
Thanks for the plugin. We're using it to scan QR codes on mobile phones and this works great on Android.
We have one issue however: after some scans on an Iphone (6-10 scans often) it stops recognizing QR codes.

The situation:

  1. QR scanner plugin sets an item when a QR code is scanned.
  2. On change of this item, a message is shown and after some delay (setTimeout), $("#qr_scanner").trigger("resetValue"); is called.
  3. Scanning the same code or a different one goes well for about 6-10 tries
  4. The camera is still working but no red border appears around QR codes anymore. It doesn't seem to recognize any QR codes at this point.

Any idea what we can do about this?

Thanks!

It's available to use this scanner in Android phone?

Hi,
First, I want to say thank you for your QR-Code-Scanner, it help me a lot and many things I can do with this.

Before I want to ask 1 question, I would like to tell you, this QR-Code-Scanner working fine at any browser in Smart Phone.
When I convert my Apex Application into Android .apk, QR-Code-Scanner not working as well as I'm using at any browser in Smart Phone.
For your information, I use this site _https://gonative.io_ to convert my Apex Application.

My question is, it's any solution how to solve this issues?,and I need your advice for this issues. I hope you can respond ASAP.

Thank you.

mirror phenomenon and doesn't work at new android os

dear developer.
I am happy to use your code during developing Apex application.
however, we found one phenomenon that may occured, the camera and vedio show mirror phenomenon.
I do not know how to overcome this phenomenon.
could you please how to solve this problem?
I hope you to consider about this issue.
regard you developer.

The camera has extended beyond its designated region and is consistently using the wide-angle mode

I'm using version 22.12.15, and when I open the web on both my PC and mobile devices, I'm encountering a problem where the camera image spills outside the designated region, and the camera always stays in wide-angle mode. The aspect ratio of 1.4 is not causing overflow, but the camera remains in wide-angle mode. How can I fix the camera image to fit within the region and be able to set the camera zoom? I'm using an iPhone 14 and a Samsung 22

Code scanner region does not show in iOS

I set region as correspond but with Inline Dialog as template on Modal Dialog page. It asks for camera permission but when I allow it nothing happens.
I define sub region to advertise user that it should allow browser to access device camera.

EFCCD178-B783-4E29-BBF0-6A45F39126B9

QR in apex Arabic application

in apex arabic application QR return invoice number with Arabic context

if invoice number = 2000000028

it return in Arabic version application ูขู ู ู ู ู ู ู ูขูจ

so all the search will not see that invoice

Camera Focus Issue with Small Barcodes

Hi! Thanks so much for providing this great plugin. I was wondering if there is any way to access the camera focus on mobile devices. Our organization already has very small barcodes in place and the camera can't focus in that close. Any advice is much appreciated.

App in not running

Hello Ronny,

I just tried to use your QR scanner on my smartphone and pc but I could only see the wait circle that revolves infinitely. Any idea?

Thanks

Scan data matrix code

Hello, i was testing the plugin and i have trouble reading the datamatrix codes, is any chance to plugin do that?

Apex 22.2.0

Hello, I am new working with Apex, I have tried without success to implement barcode scanning with Apex, using the Plug-In for the region, however it has not been possible to open the camera on IOS or Android. I don't know if the problem is the version of Apex that I'm using (22.2.0) or I did something wrong in the installation process of the Plug-In for the region (I don't think so), if I have misconfigured the region or the execution of the buttons. I think I'm doing everything according to your instructions, but it's not working. I would appreciate your help and guidance. Thanks in advance

lately, reply about mirror phenomenon

sorry for lately reply.
I have picture about it.
whenever, scanner working on rear camera. there is no problem. But, when it turn to front camera. there is reverse about left and right.
when I stretch my right arm at front camera, camera screen show left side I stretch.
so, we try to use front camera, it make little confuse.

how can I upload or send picture?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.