nodegui-plugin-webview
nodegui-plugin-webview copied to clipboard
Can you make this to load local html file ?
Love nodegui but I have wait for this plugin for so long to be launch could you make this plugin able to load local HTML file, please
Can you try use file://
protocol?
Well but the file must be from the root which is hard when I need to publish the app
@khoint0210 You can simply do
/* ... */
webview.load(`file://${path.resolve('dist/index.html')}`)