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
In my development environment, where I have the dev packages installed, I can successfully compile, and the application works as expected. However, when I distribute it in production, I noticed that for users who only have libwebkit2gtk-4.0.37 installed, the JavaScript Eval function is not working. If I install libwebkit2gtk-4.0-dev, it starts working, but I would prefer not to have to install the dev version.