Hello,
I am using a WebView to display other's general webpages. Two questions:
1. Using the on-screen zoom bar or the zoomin() and zoomout() methods in software, I am only able to zoom out one or two clicks before the zoom bar zoom out is grayed (disabled) or the zoomout() method no longer does anything.
This is surprising. I would expect to be able to zoom out to the point of not being able to read the page anymore. Is this normal? What is limiting zoom out? is there a setMinimumScale() method?
2. Is there a setScale() method of some sort? I see the setInitialScale() method which only seems to work when the page is first loaded, and I use getScale(). I don't see a way to set the scale.
Thanks,
Barry.
I am using a WebView to display other's general webpages. Two questions:
1. Using the on-screen zoom bar or the zoomin() and zoomout() methods in software, I am only able to zoom out one or two clicks before the zoom bar zoom out is grayed (disabled) or the zoomout() method no longer does anything.
This is surprising. I would expect to be able to zoom out to the point of not being able to read the page anymore. Is this normal? What is limiting zoom out? is there a setMinimumScale() method?
2. Is there a setScale() method of some sort? I see the setInitialScale() method which only seems to work when the page is first loaded, and I use getScale(). I don't see a way to set the scale.
Thanks,
Barry.
