react-desktop icon indicating copy to clipboard operation
react-desktop copied to clipboard

Is react-desltop support webview tag?

Open ken30huang opened this issue 6 years ago • 1 comments

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.

ken30huang avatar Nov 12 '19 04:11 ken30huang

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.

lacymorrow avatar Nov 12 '19 18:11 lacymorrow