Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

QR code interaction in React App #91

Open
reboottime opened this issue May 13, 2024 · 2 comments
Open

QR code interaction in React App #91

reboottime opened this issue May 13, 2024 · 2 comments

Comments

@reboottime
Copy link
Owner

reboottime commented May 13, 2024

Qr Code Interaction

Scan a QR code that represents a web page

  • Expectation:
    • Generate a QR code associated with a URL
    • if user scans a QR code using native camera or camera called by a mobile app, the app redirects user to the QR code associated page.

When creating a QR code for scanning and redirecting users to a specific page, the URL value should indeed have either https:// or http:// as a prefix to ensure proper functionality. The prefix is necessary because it specifies the protocol to be used by the device when accessing the URL

@reboottime
Copy link
Owner Author

reboottime commented May 16, 2024

Scan QR Code using device camera

@reboottime
Copy link
Owner Author

reboottime commented May 18, 2024

Integrate html5-qrcode script with React

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant