I have a webview. I want to keep the webview in a scroll view such that it looks like entire view is scrolling. Any sugges开发者_JS百科tions will be greatly welcomed...
You can simply disable the UserInteraction of WebView.Hope it works.
I have done this by extending the height of the web view, applying [clearColor] to the web view and adding drop shadows to it...
精彩评论