I would like to implement a simple drawing tool that could run across most of the browsers, but it’s not working on IE. Any one have an idea on how can I achieve maximum browser compatibility?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use explorer canvas to support canvas element in Internet Explorer (including IE6)
To use it, just add this to your document:
Further instructions (for specific versions) are here