MarshallOfSound / react-electron-web-view

A simple wrapper to make Electrons WebView compatible with React
MIT License
65 stars 30 forks source link

Unable to load preload #11

Closed archae0pteryx closed 7 years ago

archae0pteryx commented 7 years ago

Hello there. I am trying to inject a script via the preload prop to no avail. The proptype shows a string yet she's not workingl

<ElectronWebView 
        src={url} 
        className="browser" 
        preload='../lib/webview/inject'  
/>

am i missing something here?

MarshallOfSound commented 7 years ago

Make it an absolute path

archae0pteryx commented 7 years ago

I see. Thank you.

varunrayen commented 5 years ago

Trying to use js script in preload attribute but it doesn't load. Any help?