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 have an HTML5 hybrid app (Angular/Cordova 3.6.3). In the app, I'm using domvas to convert an iframe to an image. This works fine in Chrome but when i try to run it on my android device, the img.onload event doesn't seem to fire. It's not throwing any exceptions or errors...so i'm not sure why it's not firing. I'm guessing it may have to do with your stated caveat about the security restrictions surrounding the foreignObject.
The text was updated successfully, but these errors were encountered:
When i add an onerror callback to the img in domvas code, it's getting invoked, but there is really no useful information coming back except that an error occurred. It doesn't say what type of error.
Greetings,
I have an HTML5 hybrid app (Angular/Cordova 3.6.3). In the app, I'm using domvas to convert an iframe to an image. This works fine in Chrome but when i try to run it on my android device, the img.onload event doesn't seem to fire. It's not throwing any exceptions or errors...so i'm not sure why it's not firing. I'm guessing it may have to do with your stated caveat about the security restrictions surrounding the foreignObject.
The text was updated successfully, but these errors were encountered: