Home > Net >  Vue es6 winform WPF webbrowser how to support
Vue es6 winform WPF webbrowser how to support

Time:11-04

Have a use of the development of the vue web site need to be encapsulated into the application form, making it easy for users to directly open full-screen,
Tried the winform and WPF webbrowser found style function have problem, consider whether the webbrowser is the old version of ie kernel, so do not support,
Any good solution to ask the masters,

CodePudding user response:

Use CefSharp,
I have made with this mixed development,
https://blog.csdn.net/qq_28194303/article/details/98962048

CodePudding user response:

The
reference 1/f, morning to evening reply:
use CefSharp,


CefSharp with Chromium kernel, but you also should pay attention to their own..net version, if too low, Chromium version is also low, some front-end technology may not be supported,

CodePudding user response:

That seems to be the highest is IE7 even if you are 11 local IE... So this can't..

Use webkit.net or cef such third party browser controls should be able to implement.

CodePudding user response:

https://www.electronjs.org/
Do you want to do this?

CodePudding user response:

The webbrowser can specify ie version

CodePudding user response:

Electron know about the

CodePudding user response:

Electron and electron.net version
  •  Tags:  
  • C#
  • Related