Open ken30huang opened 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.
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.