-
Notifications
You must be signed in to change notification settings - Fork 171
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
Not able to render image on ios 15.2.1 #293
Comments
me too |
Where are you setting the source? And where is your canvas variable being declared? |
I'm seeing the same issue here. Works on Android. |
i also see the issue, if image.src ='file://' which in the local system file ,it can't draw , but the image.src="https://" link ,it is ok in ios 15. and drawImage can't set crossOrigin
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
The image is loaded perfectly on ios simulators but on the real device the image is not displaying instead displaying a white blank screen.
I've used react-native-canvas version 0.1.38 and ios version is 15.2.1
Following is the code snippet I've tried
Any help is appreciated
Thank you in advance
The text was updated successfully, but these errors were encountered: