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.
Loading
Please register or sign in to comment