Closed sergiiz closed 9 years ago
@sergiiz You are going to nest webview to ScrollView? You can try Fixed web page size, the page length to prevent excessive scrolling.I have no good advice!
@Frank-Zhu thanks, yes, WebView should be nested to the ScrollView. Yes, I know, it sounds like a bad design, but for now it sounds like the only possible approach for my case.
Hi, thanks for the great library! Now I'm trying to apply the same effect on WebView - to zoom in it content on pull gesture. But it seems that if I'm just replacing ImageView with WebView - scale logic doesn't work at all, it just showing the bottom (hidden) part of webpage content. Any ideas please?