[webkit-gtk] Webkit2 signals/callbacks
Michael Catanzaro
mcatanzaro at igalia.com
Wed Feb 13 08:34:06 PST 2019
On Wed, Feb 13, 2019 at 7:11 AM, Daniel Berek <berekdaniel at gmail.com>
wrote:
> Thanks. One last question: how can I execute external javascripts (
> or jquery) which are linked in a html as <script> tag?
> Unfortunately in webkit2gtk doesnt work or I havent figured it out
> yet. Any idea? Thanks
I'm not sure why that wouldn't work.
If you want to embed the scripts in your application instead of
fetching the over the internet, look at Epiphany for an example of how
to compile them as GResource data and access from JavaScript using
resource:// URIs.
Michael
More information about the webkit-gtk
mailing list