[TIMOB-20388] Android: Scrollable view height issue in android
GitHub Issue | n/a |
Type | Bug |
Priority | Critical |
Status | Closed |
Resolution | Duplicate |
Resolution Date | 2017-12-23T02:29:39.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Android |
Labels | android |
Reporter | Harish Mridha |
Assignee | Eric Merriman |
Created | 2016-02-10T17:35:40.000+0000 |
Updated | 2017-12-23T02:29:39.000+0000 |
Description
I have one ScrollableView. Inside this I have one view whose width is 90% height is Ti.UI.SIZE. Scrollable view height is also set to Ti.UI.SIZE. Now issue is underlaying view's width and height is taking the entire screen. But if I explicitly assign a height say 100dip to ScrollableView then there is no issue. But I can't set height as the content of the view is not fixed. This is happening only in Android. I tested in android 5.0.0. In iOS it is working as expected. We have project road blocks due to this. So can you please help us on this.
Attachments
Are you ever going to get this fixed? It's really ridiculous you can't fix one of the most essential layout properties for a ScrollableView.. Can't even use it in an application as it currently is!
I have the same problem, in IOS work as expected but in Andorid with SDK 5.2.2.GA is still the bug and I have to set a specific height.
The fix for [TIMOB-16878] will resolve this issue. Closing as duplicate.