Skip to content

WebView show nothing #17

@panda6412

Description

@panda6412

I am simply using webView, but show nothing, I have no idea what's happened

import React from 'react';
import logo from './logo.svg';
import './App.css';
import WebView from 'react-electron-web-view'
function App() {
  return (
    <div className="App">
      <h1>why not?</h1>
      <WebView src="https://www.google.com" />
    </div>
  );
}

export default App;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions