Hello,
When viewing a local html file with webviewer, I want to reposition the text to fit the window when zooming with two fingers.
The same html file does this in windows browsers, but with webviewer it enlarges the text like a picture and some of the text moves out of the window.
Can you help me, what should I do?
Can you share an example html file that displays this behaviour?
To upload an html file, add a .txt
extension to the filename
Yes, a different type of zoom
and same behaviour in my native mobile Chrome browser.
You web page will need some different css and additional javascript to increase the font size on the page, may only be possible to do this with a button/s or slider ?
Can you share an html file that I can use in this way
I would need to carry out some research and testing, to see what is possible.
Try this, it is masterful !
reflow.html.txt (1.6 KB)
Of course, this will only work on your own web pages, ones you write.
If you want the same for any web page, then some java code will be required in the form of an extension, plus the injection of some javascript to the selected web page.
Although it might be possible to inject the javascript in the above example...but fonts/text would need to be sized with em
.
It's exactly what I wanted.
Thank you