react-electron-browser-view icon indicating copy to clipboard operation
react-electron-browser-view copied to clipboard

:electron: A simple wrapper to make Electrons BrowserView compatible with React

Results 8 react-electron-browser-view issues
Sort by recently updated
recently updated
newest added

I'm sorry I have made the changes in the master branch, but it is just a small change. Since this package does not use anything depracted of React, it's okay...

Hi, I am working on a react electron application, which has sidebar component and a main section component. The main section component is where this browser view is loaded. When...

I am using Next.js for renderer code running on top of Express. I get Module not found: Can't resolve 'fs' when I added this component in my renderer code along...

`// Connect our event listeners to update the browser view events.forEach((event) => { if (!this.view.isDestroyed()) { this.view.webContents.on(event, (...eventArgs) => { const propName = camelCase(`on-${event}`) // Proxy events to listeners we...

You can see the following error if try to use with React 16 (instead of React 15): > [email protected] requires a peer of react@^15.0.0 but none is installed. The reason...

Hi, I just downloaded react-electron-browser-view and I can't import (or require) this package. I added only this line of code: `import BrowserView from 'react-electron-browser-view'` And got this: `TypeError: fs.existsSync is...

`electron` `9.0.5` `react-electron-browser-view`: `3.0.0` ```tsx export const WebContainer = () => { return ( { console.log("BrowserView attached"); }} onUpdateTargetUrl={() => { console.log("Updated Target URL"); }} // Providing styling for the...