[TIMOB-8435] MobileWeb: Can't scroll WebView on mobile devices
| GitHub Issue | n/a | 
|---|---|
| Type | Bug | 
| Priority | High | 
| Status | Closed | 
| Resolution | Fixed | 
| Resolution Date | 2013-08-20T20:11:21.000+0000 | 
| Affected Version/s | Release 2.0.0 | 
| Fix Version/s | 2013 Sprint 17, 2013 Sprint 17 Tooling, Release 3.1.3, Release 3.2.0 | 
| Components | MobileWeb | 
| Labels | n/a | 
| Reporter | Chris Barber | 
| Assignee | Bryan Hughes | 
| Created | 2012-03-30T03:18:21.000+0000 | 
| Updated | 2013-08-23T09:49:07.000+0000 | 
Description
	Can't scroll a WebView with a tall webpage. Tested on a iPad. Either need to not intercept touches or try to open URLs in a new window and hope it doesn't get popup blocked.
PR: https://github.com/appcelerator/titanium_mobile/pull/4568
Test code:
var win = Ti.UI.createWindow({ backgroundColor: '#fff' }), webview = Ti.UI.createWebView({ borderColor: '#000', borderWidth: 1, url: 'http://penny-arcade.com/report/article/why-the-dreamcast-failed-and-all-the-things-it-did-better-than-its-competit', left: '20%', right: '20%', top: '20%', bottom: '20%' }); win.add(webview); win.open();3_1_X PR: https://github.com/appcelerator/titanium_mobile/pull/4579
Webpage is getting scrolled up and down using the webview deployed as mobileweb app on the android and iOS devices. Verified on: Device: Device : iPad mini, iOS version: 6 Device : Google Nexus 7, Android Version: 4.1 SDK: 3.1.3.v20130822140128 CLI version : 3.1.2 OS : MAC OSX 10.8.4 Alloy : 1.2.1-cr Appcelerator Studio, build: 3.1.3.201308201707 XCode : 5.0