I have create simple Web Browser using c# and it read html pages well,but it doesn't read any html5 pages.i want to know how to enable that.
Asked
Active
Viewed 4,867 times
-5
-
Web browser? I don't get it. – Mark May 30 '13 at 05:28
-
3Welcome to Stackoverflow. Giving answer to your question almost imposible. What is your work? What have you tried? What is your aim? Please read [FAQ] and [ask] a couple of times.. – Soner Gönül May 30 '13 at 05:29
-
I used web browser control in c# to navigate specify url. the page of url was created with html5.but the url doesn't read ,it shown "Your browser does not support the HTML5 canvas tag". – Rasika Jayasundara May 31 '13 at 02:10
1 Answers
1
I'll try to answer your question by assuming you're asking about the WebBrowser class.
If you're trying to say that you used a WebBrowser class to read HTML pages but it doesn't read HTML5 pages, it could be because your IE version doesn't support HTML5. Did you install IE9? WebBrowser simply wraps the IE installed in your computer.
-
1I used web browser control in c# to navigate specify url. the page of url was created with html5.but the url doesn't read ,its show "Your browser does not support the HTML5 canvas tag". – Rasika Jayasundara May 31 '13 at 02:10