MarshallOfSound / MarshallOfSound/react-electron-web-view
WebView show nothing
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 64
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
### I am simply using webView, but show nothing, I have no idea what's happened
```javascript
import React from 'react';
import logo from './logo.svg';
import './App.css';
import WebView from 'react-electron-web-view'
function App() {
return (
why not?
);
}
export default App;
```
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the supplied React App example with the WebView component and its Google URL. Read the react-electron-web-view entry point and inspect how the src prop is handled in Electron. Done means identifying why this usage renders nothing and adding a verified fix or clear reproduction guidance.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- electron, javascript, react
- Domain
- desktop, frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100