You are not logged in.

1

Friday, November 25th 2022, 9:24am

from nwjs to electron

hi,

i noticed that my tours are not working anymore in nwjs due to crashes.
also nwjs still doesn't support silicon macs, so it is kind of disqualified.

trying electron with with the setup from their docs gives me the local-file-access error
(mentioned here https://krpano.com/docu/localusage)

Loading local files from file:// urls is not possible due browser security restrictions!
Either change the browser settings to allow local-file-access, ...


does anybody know how to run an unchanged web tour locally using electron?

best, index

This post has been edited 5 times, last edit by "indexofrefraction" (Nov 25th 2022, 10:51am)


2

Friday, November 25th 2022, 9:08pm

does anybody know how to run an unchanged web tour locally using electron?

after researching a bit more i guess you need to run a local webserver
but if anyone has a better approach, plz share...