You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 5, 2022. It is now read-only.
This is actually a bug in the electron-api-demos project not in Electron itself. That project is calling loadURL with an unencoded file:// URL. If the path includes a # symbol naturally you need to URI encode it.
An alternative is to use loadFile(path) instead of loadURL(file://path)
Preflight Checklist
Electron Version
4.0.1
What operating system are you using?
Windows
Operating System Version
windows 10
What arch are you using?
x64
Last Known Working Electron version
No response
Expected Behavior
electron can work in a path with #
Actual Behavior
window loads but with a blank page
Testcase Gist URL
No response
Additional Information
and my app with electron 11.3.0 has the same as demo app.
pics informations:
and my app with electron 11.3.0 has the same as demo app.
The text was updated successfully, but these errors were encountered: