项目作者: pinki

项目描述 :
Shows a problem with Editors and nested ListViews in Xamarin.Forms
高级语言: C#
项目地址: git://github.com/pinki/XFListInList.git
创建时间: 2019-06-24T12:39:23Z
项目社区:https://github.com/pinki/XFListInList

开源协议:The Unlicense

下载


What’s this?

This repository shows a problem with nested ListViews and Editors in Xamarin.Forms.
I tested it on Android and don’t know if the problem is also present on iOS.

So… What problem are we talking about?

On the ItemsPage (the initial view) there is a ListView with Editors in the items representing cells.
Each item can have subitems. These are also being displayed inside a nested ListView.

If you try to Edit the 4th or 5th subitem’s entry (you have to scroll down a bit) then the keyboard doesn’t show up.

When you try to edit a regular item (not a subitem) and then tap on a subitem, then the keyboard will be displayed.

Xamarin.Forms forum thread

You can find two workarounds (suggested by AllessandroCaliaro) in the GroupedList branch and in the CollectionView branch.