Does it only behave this way on this specific page?
Thanks for the reply.
I have attached a small test app which illustrates the problem I'm seeing.
When I click on the "Calvin" button, the webpage opens. When I try to zoom in (Pinch zoom) at first it zooms but then quickly reverts to adjusting the zoom to fit the page width and re-centering the page. I repeatedly try to zoom in. Each time it readjusts the zoom amount size to fit the page width, until max zoom is reached internally, then it no longer accepts my pinch zooms. I get the same results if I use the .Zoom methods or the +/- buttons on the WebView.
Zooming out, if I try to zoom to less than the page width it re-adjusts the zoom to the page size.
The "Money" page is similar. It will zoom in, but it seems to make an adjustment centering the display after I complete the pinch zoom action. For this page it is more noticeable when zooming out.
There seems to be some processing done by the WebView after the pinch zoom action is complete – re-centering the page and/or adjusting the zoom.
Displaying the same two pages, both the default Android browser and the Opera browser don't perform this centering or correction after the zoom action is complete. They both perform zooming actions as expected.
Any ideas? Is there some setting I need to turn off? Is there another way to display webpages within an application besides the WebView?
Added Later …
I did some Googling for this problem. There turns out to be quite a few people who are experiencing the same thing. Unfortunately, no concrete solutions were mentioned. It was interesting that many of the Google posts had to do with IOS, Safari, and Apple. Is it true that Android borrows the Safari browser from IOS?
Can anyone think of a way to work around this problem? The browser window has to be contained within my app. Opening a default browser with an intent won't suffice. In Windows you can open an Explorer Window making it part of your application. Can something similar to this be done within B4A and Android?
Thanks,
Barry.