Closed archae0pteryx closed 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?
Make it an absolute path
I see. Thank you.
Trying to use js script in preload attribute but it doesn't load. Any help?
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
am i missing something here?