gabrielbull / react-desktop

React UI Components for macOS High Sierra and Windows 10
http://reactdesktop.js.org
MIT License
9.51k stars 461 forks source link

Is react-desltop support webview tag? #146

Open ken30huang opened 5 years ago

ken30huang commented 5 years ago

Is react-desltop support webview tag?

I want to do some thing , like I click a button and then open a website in my desktop app(without iframe tag),some thing like a browser.

I can't find any infomation in document page.

lacymorrow commented 5 years ago

React desktop is a set of web-based components that visually look like desktop components.

Is your desktop app already built on a framework like Electron? What is the reason you want to avoid an iframe?

Nextron or any electron-based app should have the ability to create an Electron webview.