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
Hi!
Webview has issues with the latest gtk version.
There is an error message aboit an undefined "invoke" funktion.
This error showed up when enabling the debug console:
[Error] Unhandled Promise Rejection: TypeError: undefined is not an object (evaluating 'window.external.invoke')
dispatchException (nimview.iife.js:1:27644)
(anonymous function) (nimview.iife.js:1:23878)
t (nimview.iife.js:1)
s (nimview.iife.js:1:321)
promiseReactionJob
[Error] TypeError: window.backend.echoAndModify is not a function. (In 'window.backend.echoAndModify(document.getElementById('sampleInput').value)', 'window.backend.echoAndModify' is undefined)
onclick (index.html:13)
I created a PR to fix the issue. It is updating to a maintained C webview of the library wails and adding a workaround for gtk:
Hi!
Webview has issues with the latest gtk version.
There is an error message aboit an undefined "invoke" funktion.
This error showed up when enabling the debug console:
I created a PR to fix the issue. It is updating to a maintained C webview of the library wails and adding a workaround for gtk:
#19
The text was updated successfully, but these errors were encountered: