I have uiwebview in my application. So far, everything is working fine, but when I enlarge or reduce the image, for example, uiwebview updates the loaded page, and then scrolls and zooms to the new location and page size. Thus, scaling works well, but I do not want the user to see the website being updated and repositioned.
Is there any way to prevent this?
Thanks for any tips!
source
share