ScrollView Inside ScrollView

后端 未结 13 858
隐瞒了意图╮
隐瞒了意图╮ 2020-11-22 15:40

I Know people from Google have asked us not to put Scrollable view inside another Scrollable view but is there any official statement from them directing us not to do so?

13条回答
  •  温柔的废话
    2020-11-22 16:09

    Its not only that Google says its bad practice, it just doesnt make much sense. Supose you have two vertical scrollable views nested one inside the other. When you move you finger over the scroll views, which one do you want to move, the inner or the outer one?

    You should rethink your UI desing to something that does not require this, there a many ways to make a great UI and still keep it really simple.

提交回复
热议问题