views:

23

answers:

2

I have a webview. I want to keep the webview in a scroll view such that it looks like entire view is scrolling. Any suggestions will be greatly welcomed...

A: 

You can simply disable the UserInteraction of WebView.Hope it works.

sherry
A: 

I have done this by extending the height of the web view, applying [clearColor] to the web view and adding drop shadows to it...

Rahul Varma