WebView.ewo (HTML5 compatibility)

Discussions about product bugs & problems!
Note: This is no replacement for the Official ETM Support!
3 posts • Page 1 of 1
eMichx
Posts:64
Joined: Thu Apr 24, 2014 11:24 am

WebView.ewo (HTML5 compatibility)

Post by eMichx »

Hello,

It seems the component WebView.ewo (for 3.12 P18) is not HTML5 compatible . Is there anyway to
have an HTML5 compatibility on this component (WebGL and Hardware optimization)?
If there's no other possibility, do you advise to use an ActiveX or something else?

regards
Emmanuel

fmulder
Posts:330
Joined: Wed Feb 03, 2010 9:46 am

Re: WebView.ewo (HTML5 compatibility)

Post by fmulder »

I can't answer your question about HTML5. What I can say:

- ActiveX require registration
- ActiveX don't always integrate very good (I've seen several ActiveX's crash)

So, when you know Qt and you want the best integration, then I'd advise you look at Qt. It does take some time to lear Qt but Qt is superior over the libraris that you'll get from Microsoft

good luck

Frenk

Gertjan van Schijndel
Posts:634
Joined: Mon Aug 02, 2010 10:37 am

Re: WebView.ewo (HTML5 compatibility)

Post by Gertjan van Schijndel »

Another topic mentions that the Qt version of version 3.12 is probably too old for having HTML5 support.
You should try it with 3.13 or enable plugins with the code:

Code: Select all

WebView.setAttribute("PluginsEnabled", true);

3 posts • Page 1 of 1