WebViewTools extension now is NOT working with webviewer

hi everyone,

I was using webviewtools extension to setzoomtext in a webviewer in my apps… and it was working great but now is not working with the webviewer … nothing changed in the application

I need to know if that an issue of compatibility of the webviewtools and webviewer component
or I am doing something wrong

and if there is any way to zoom the text in the webviewer in case that this method is failed

thanks in advance

web

blocks (1)

It looks like the Webviewer has a ZoomPercent Getter but no Setter:

20200307_114148

Maybe Kodular can add a Setter for this?

This zoom percent is for the whole html file not for the text in it…

What I really need is zooming in and out the text in the html using a slider to change the text size not the whole html …

I really need a help in doing that

This post was flagged by the community and is temporarily hidden.

Why don’t you try running Javascript in WebViewer?

https://docs.kodular.io/components/layout/views/web-viewer/#evaluate-js

Or maybe WebViewString (Although being honest I don’t know how to use the latter)