[Gambas-user] Websettings
Bruce Steers
bsteers4 at gmail.com
Tue Jan 19 22:59:36 CET 2021
I know the auto load images flag works as I have used it.
I have never used the WebSettings[] class directly to set it though.
I use the web view objects settings.
Ie.
WebView1.Settings[WebSettings.AutoLoadImages] = True
That worked for me with image loading.
Quite the puzzle 🙃
BruceS
On Tue, 19 Jan 2021, 19:12 pinglix via User, <user at lists.gambas-basic.org>
wrote:
> Still not working even with websettings setup.
>
> I don't know how to track the problem.
> Is there any way to trace the qt5 WebKit inside ?
>
> Thanks
>
> --
> Inviato da Libero Mail per Android
> lunedì, 18 gennaio 2021, 01:25AM +01:00 da Ian Roper
> ian.roper at iinet.net.au:
>
> WebSettings[WebSettings.PluginsEnabled] = True
> WebSettings[WebSettings.JavascriptEnabled] = True
> WebSettings[WebSettings.JavaEnabled] = True
> WebSettings[WebSettings.AutoLoadImages] = True
> WebSettings[WebSettings.JavascriptCanAccessClipboard] = True
>
>
> Cheers,
>
> IR
>
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
>
> ----[ http://gambaswiki.org/wiki/doc/netiquette ]----
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.gambas-basic.org/pipermail/user/attachments/20210119/a9405c31/attachment.htm>
More information about the User
mailing list