-1

I have a webview, in which I load images.

When I zoom in, I want users to scroll to view the rest of the contents. But when I scroll horizontally, horizontal flip is getting triggered.

Is there anyway to stop this?

Hartok
  • 2,147
  • 20
  • 37
Green
  • 1
  • 2

1 Answers1

0

This blog is very usefull in the matter: Preserving screen state in WebView. It works even for JavaScript variables etc..

DroidBender
  • 7,762
  • 4
  • 28
  • 37