GitHub Issue | n/a |
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Duplicate |
Resolution Date | 2014-03-28T23:56:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Alloy, Titanium SDK & CLI |
Labels | android, input, scroll, vertical_layout, webview |
Reporter | demetri ganoff |
Assignee | Radamantis Torres-Lechuga |
Created | 2014-02-06T15:41:32.000+0000 |
Updated | 2016-03-08T07:41:31.000+0000 |
I have a Webview inside of a Window. The Window has the property layout="vertical" and the Webview has the property top="-100dp". When I type into an input field inside the Webview, the Webview automatically scrolls up a few lines for each character I type. This only happens if the input field is viewable on the screen, when the input field becomes out of view, the automatic scrolling stops.
I have attached a sample project that illustrates this bug. I have a production Android app that I would like to implement a similar window/webview structure and cannot proceed because of this bug.
Please provide the complete environment information (SDK version, CLI version, Device or Simulator) so that we can reproduce this issue.
SDK Version: 3.1.3. CLI version: 3.1.0. Simulator running Android 4.3, 4.2.2 and 4.1.2. Device: Samsung Galaxy S2 running Android 4.2.2.