-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Image dataUrl not getting on iPhone / iPad (safari,chrome) #186
Comments
Hi, could you please post the error log from the console here on GitHub? |
Thanks for replay @Syndesi . There is no any error in the console. |
Hi vishal-px,
that's weird. At this point I would assume that there is some kind of
problem inside the library itself but I cannot test it because I don't have
any Apple products.
But I should be able to make a *debuged version* of the library in order to
see where the error occurs.
I think it's ready in 2-3 days.
Am 19.02.2018 6:48 vorm. schrieb "vishal-px" <notifications@github.com>:
Thanks for replay @Syndesi <https://github.com/syndesi> .
There is no any error in the console log.
In the video, I have shown that I not getting Image dataurl, I am calling
the toPng() method.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#186 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AJcea6TTqLJQDzhV2ZUyyDxAKOD0AeCbks5tWQsmgaJpZM4SGVBl>
.
|
Okay, Thank you, @Syndesi once debugged version is ready then Please inform me. |
Hi, @Syndesi have you get any solution? |
Hi, sry for the delay, I was very busy. But now I have a very basic file which should be able to show where the error occurs. In order to use it, |
Hi, @Syndesi Thanks for debug version. Is there any javascript code or js library that convert "data:image/svg+xml;charset=utf-8,<encode_string>" |
Hi @vishal-px , you can either put the dataURI into an image like this: <img src="dataURI" /> or you could look at the answers at one of these questions: Btw, did you manage to create an image on iPhone/iPad? |
I am having the same issue. Images with data URI are not getting displayed on iPhone and iPad. |
i have the same question. it's about Taint Canvas |
Anyone got a solution for this? I am running into the same issue. |
I'm facing this in up to date Chrome on Windows. |
I have used this angularjs library Click here This is a reference to dom-to-image library
Its working fine on below-listed OS and browser
Linux, Windows, Mac
Android
iPhone / iPad
Here is a video please see Click to view video
How I can fix the issue on iPhone & iPad, is there any solution?
The text was updated successfully, but these errors were encountered: