You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this library in my react app and all is working as expected, but when I open the web app in a web view in my React Native project the color returned is always white. However, when I run the web app in the mobile browser the color is returned correctly. Would you be able to provide some insight into this issue?
EDIT: Is there anyway I could get the x and y coordinates of the selected pixels? That could help debug the issue.
The text was updated successfully, but these errors were encountered:
Hmm... it could be related to how the element is made into a canvas, and how that might differ for a React Native app, but just spitballing here 🤔 I'm very pressed on time these days, and there is much I want done for this library. I will try to find some time to debug this
I am using this library in my react app and all is working as expected, but when I open the web app in a web view in my React Native project the color returned is always white. However, when I run the web app in the mobile browser the color is returned correctly. Would you be able to provide some insight into this issue?
EDIT: Is there anyway I could get the x and y coordinates of the selected pixels? That could help debug the issue.
The text was updated successfully, but these errors were encountered: