-
This problem occurs on Windows when the app is installed in the Program Files folder. When launched normally not as Administrator, the web page does not load in the app, if you run it as Administrator, it works fine. Logs: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Its because CEF creates a cache folder and a log file. You will need to set them to be outside the folder by using |
Beta Was this translation helpful? Give feedback.
Its because CEF creates a cache folder and a log file. You will need to set them to be outside the folder by using
WebBrowserClient.LogPath
andWebBrowserClient.CachePath
.