Status Update
Comments
gu...@thegrizzlylabs.com <gu...@thegrizzlylabs.com> #2
I proposed this which I think it is better than the actual behavior, and could let the developers work with more room to be creative.
https://code.google.com/p/android/issues/detail?id=58318
ma...@google.com <ma...@google.com> #3
The presentation link doesn't work.
Description
The system uses the
View.isScrollContainer()
flag to know if there is a scrollable view in the view hierarchy. This then influences the defaultwindowSoftInputMode
.In Adam's words: the android host view needs to keep a refcount of scroll container composables and
setScrollContainer()
at the 0-1 edges