I've just installed IE10 on my Win7 computer. I wrote a simple PB program that uses the webgadget to open a local HTML file that contains an inline SVG. The page shows, but without the SVG.
I've opened the HTML file direct in IE10 and it displays fine. It's only in the PB webgadget that the SVG doesn't show.
This is PB v5.2b5.
EDIT: The problem also applies to the HTML5 canvas element, audio element and video element, so it's clearly not specific to SVG but something affecting all modern (in IE terms) web gizmos.
Does anyone have any ideas? Apparently, PBv5.2 doesn't use the ATL.dll, so this problem can't be due to that. So what does PB use to create the webgadget on Windows?
Webgadget, IE10 and HTML5
-
- Addict
- Posts: 1265
- Joined: Wed Feb 28, 2007 9:13 am
- Location: London
Webgadget, IE10 and HTML5
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
-
- Addict
- Posts: 1265
- Joined: Wed Feb 28, 2007 9:13 am
- Location: London
Re: Webgadget, IE10 and HTML5
Was this a silly question? It seems pretty important to me...
JACK WEBB: "Coding in C is like sculpting a statue using only sandpaper. You can do it, but the result wouldn't be any better. So why bother? Just use the right tools and get the job done."
-
- Always Here
- Posts: 6426
- Joined: Fri Oct 23, 2009 2:33 am
- Location: Wales, UK
- Contact:
Re: Webgadget, IE10 and HTML5
It's a very important question, I hope someone has an answer.
IdeasVacuum
If it sounds simple, you have not grasped the complexity.
If it sounds simple, you have not grasped the complexity.
Re: Webgadget, IE10 and HTML5
You need to enable browser emulation for your app in the registry, here is an example : http://msdn.microsoft.com/en-us/library/ee330730.aspx