Good afternoon,
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.
Could someone help me with this issue? Thanks.