[TIMOB-12655] Android: ScrollView contents not visible when called inside open event listener
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Low |
Status | Closed |
Resolution | Invalid |
Resolution Date | 2013-03-07T15:53:38.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android, exalture |
Reporter | Varun Joshi |
Assignee | Sunila |
Created | 2013-02-09T00:44:02.000+0000 |
Updated | 2017-03-29T21:38:54.000+0000 |
Its working if the eventhandler is added before win.open() is called.
Issue is not with the scrollView. Since the eventhandler is added after win.open() is called, no 'open' event is captured. attach the 'open' event handler before win.open is called.
Closing ticket as invalid.