I am working with an application (Xibo Player 1.8R6 / Ubuntu 1910 desktop) using WebKitGtk browser engine to display web pages.
About a month ago, maybe due to an update, It has stopped showing web content built with javaScript.
A very simple html web page I have built containing few pure html Divs are displayed, the Divs based on javascript just not shown, not event consuming their place in the layout, just discarded.
When running the exact same html web page in Google Chrome / Firefox on that machine, everything works perfectly and the content is shown as I expect it.
Since the application I am working with does not allow to change the browser engine, I cannot use chrome/firefox.
I have made a short research and found many posts about "enabling javascript in WebKitGtk", but couldn't find anything explaining how to do it.
Any help will be greatly appreciated.