Skip to content

Checkout unable to give Camera permission to Tamara #113

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

Closed
AsimNGI opened this issue Jul 24, 2024 · 1 comment
Closed

Checkout unable to give Camera permission to Tamara #113

AsimNGI opened this issue Jul 24, 2024 · 1 comment
Labels
Bug Something isn't working

Comments

@AsimNGI
Copy link

AsimNGI commented Jul 24, 2024

What area is the issue related to?

Checkout Sheet Kit

What version of the package are you using?

2.0.1

Reproducible sample code

No response

Steps to Reproduce

  1. Open Checkout
  2. Go with any installment plan, in my case it's Tamara.
  3. Tamara asks for ID Verification where the camera opens
  4. Checkout unable to give Camera Permissions to Tamara

Expected Behavior

Camera should open as Camera permission is already given and don't ask for camera permission again and again.

Actual Behavior

Unable to give Camera permission to Tamara & asking for permissions again & again. However Camera permission is already given

Screenshots/Videos/Log output

Asking for permission

Storefront domain

https://revibe.me/

@AsimNGI AsimNGI added Bug Something isn't working untriaged The issue has not yet been checked by the team labels Jul 24, 2024
@kiftio kiftio removed the untriaged The issue has not yet been checked by the team label Jul 26, 2024
@kiftio
Copy link
Contributor

kiftio commented Jul 29, 2024

A new version has been released which exposes an onPermissionRequest() callback in the event processor.

You should now be able to implement that to grant access to the camera (and/or microphone) in the checkout WebView.

There's a basic implementation in the MobileBuyIntegration sample app

@kiftio kiftio closed this as completed Jul 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants