Hi all.
Is there any in-depth reference of the selectors with examples for
https://guacamole.apache.org/doc/gug/guacamole-ext.html#updating-existing-html
???
It seems like many selectors are not working. A simple selector for HEAD
element doesn't work.
Many selectors that work with JS document.querySelector(), are not
working in guacamole ext.
I'm trying to get PWA code into <HEAD> element, <link rel="manifest"
href="/app/ext/mypwa/pwa/manifest.json" />.
My current html/pwa.html is:
<meta name="after-children" content="head">
<link rel="manifest" href="/app/ext/guacamole-braslab/pwa/manifest.json" />
Am I doing something wrong here?
If I change selector to ".login-ui .login-dialog", it works as expected
( injects the code ), but that's not the place for it.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]