baxrob

Results 3 comments of baxrob

I don't know golang, but have you tried building from a clone and editing https://github.com/webview/webview/blob/master/webview.go#L11 : `#cgo windows,amd64 LDFLAGS: -L./dll/x64 -lwebview -lWebView2Loader` `#cgo windows,386 LDFLAGS: -L./dll/x86 -lwebview -lWebView2Loader` to substitute...

Right on. I understand the linker switch, and that the initial issue involves runtime packaging. It sounded like there might be interleaved issues since @Merith-TK was importing webview from github...

Hmm, weird. I get this on Chrome and Ffox stable, on osx 10.10 and ubuntu 14.04 (for font, ogg and shader files): "https://webaudiodemos.appspot.com/Vocoder/shaders/waveform-fragment.shader. No 'Access-Control-Allow-Origin' header is present on the...