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
WebView.ewo (HTML5 compatibility)
- fmulder
- Posts:330
- Joined: Wed Feb 03, 2010 9:46 am
Re: WebView.ewo (HTML5 compatibility)
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
- 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)
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:
You should try it with 3.13 or enable plugins with the code:
Code: Select all
WebView.setAttribute("PluginsEnabled", true);