commit | 0f5ad842fb3fbc0df2a4c8028940810782cedacc | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Fri Jul 17 15:08:34 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Wed Jul 22 11:21:18 2009 -0400 |
tree | ceb501484b2284c4bbbd83b43d0899b401b56379 | |
parent | bc4aa5f6935bb91aab3f9913e460771f2f012f8d [diff] |
Allow the user to scroll a webpage by touching a textfield. Fix for http://b/issue?id=1703971. Because the browser overlays the WebTextView over textfields, it intercepts all the touch events, which was preventing the page from scrolling. This change passes the move events back to the WebView to make the page scroll.