nodegui / nodegui-plugin-webview

[WIP] A NodeGui plugin that adds webview support
29 stars 5 forks source link

Can you make this to load local html file ? #5

Open khoint0210 opened 4 years ago

khoint0210 commented 4 years ago

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

tborowy commented 4 years ago

Can you try use file:// protocol?

khoint0210 commented 4 years ago

Well but the file must be from the root which is hard when I need to publish the app

robin-rpr commented 3 years ago

@khoint0210 You can simply do

/* ... */
webview.load(`file://${path.resolve('dist/index.html')}`)