I have a htm file that has an animated gif file in it. When I double-click the file it loads in IE (11) and the animated gif runs with no problem. But if I use the web browser control and call Navigate to load the exact same file, the gif image shows up but is not animated. I already set the browser emulation to IE 10 for my application and I see on a machine with IE 9 that the gif loads and runs when double-clicking the file on that machine. So I assume my emulation mode is satisfactory. I have not found any feature mode I can set that would (hopefully) allow the animation to run. So what do I need to do to have the web browser control animate the gif file? I tired various ways to use <MediaElement> instead of <img> in the htm file with no luck (I register my app so the emulation mode supports HTML5 but nothing shows up when I use <MediaElement>).
R.D. Holland