- 0
Canvas within iframe not working IE9
-
Recently Browsing 0 members
- No registered users viewing this page.
-
Similar Content
-
Microsoft explains how to download and install the new "10 times faster" TypeScript
By hellowalkman,
- microsoft
- typescript
- (and 7 more)
- 0 replies
- 0 views
-
JavaScript devs beware: this very popular NPM package has been compromised by attackers
By David Uzondu,
- javascript
- axios
- (and 2 more)
- 0 replies
- 0 views
-
- 24 replies
- 0 views
-
AI's impact on programming language popularity revealed
By zikalify,
- ieee
- programming languages
- (and 7 more)
- 3 replies
- 0 views
-
Over 300 npm packages compromised by self-replicating worm
By David Uzondu,
- javascript
- npm
- (and 3 more)
- 8 replies
- 0 views
-
Question
mikeaag
Hey,
I've got a simple canvas drawing script setup, so that a user can click and draw on the canvas (for signing a signature).
The canvas is then converted into an image and uploaded to the server.
To display this file on the site, i used an iframe.
This setup works fine in the chrome and firefox.
however, in IE9 im unable to draw on the canvas when its in an iframe.
If i access the file directly in IE9, the canvas works perfectly.
To start with i thought it was a javascript error, but IE9 isn't saying there are errors, and other js still functions on the page.
Is this a bug? a problem with my code? or just a problem with IE?
Any information on this would be greatly appreciated as im going crazy trying to fix this.
Thanks in advance,
Mike
Link to comment
https://www.neowin.net/forum/topic/1076085-canvas-within-iframe-not-working-ie9/Share on other sites
2 answers to this question
Recommended Posts