lorca icon indicating copy to clipboard operation
lorca copied to clipboard

Build cross-platform modern desktop apps in Go + HTML5

Results 77 lorca issues
Sort by recently updated
recently updated
newest added

The examples don't run, the pull requests fixing problems don't get accepted. Last update to the main branch was 3 years ago. Sad.

Latest Chrome version no longer supports the "--disable-infobars" argument, so lorca now runs with the text "Chrome is being controlled by automated test software" in the info-bar. To be fair...

Hi, When trying to start Lorca-app with systemd, readUntilMatch from chrome.go returns EOF error. When started by user on command line, everything works. Has anyone else come across this issue?

### What happened? There are 1 security vulnerabilities found in golang.org/x/net v0.0.0-20200222125558-5a598a2470a0 - [CVE-2022-41723](https://www.oscs1024.com/hd/CVE-2022-41723) ### What did I do? Upgrade golang.org/x/net from v0.0.0-20200222125558-5a598a2470a0 to 0.7.0 for vulnerability fix ### What...

#167 I added a new argument(excludeDefaultArgs) to the New method, which allows excluding specific arguments from the predefined defaultChromeArgs. This is to address the issue of Chrome causing redundant content...

Hi, I have a problem when I try to bind start with my function, sometimes it throws "exception":{"type":"string","value":"Invalid arguments: should be exactly one string."},"executionContextId":4} But is a void function and...

#169 #175 #167 This method can solve the problem of "being controlled by automatic testing software" and "automatically saving password pop-up window".

After starting the lorca project, I'll embed a third-party page with an iframe tag in the front page. When I do something on this page, some tabs on this page...