Skip to content

ListView with TextField in the Item template not showing Keyboard on Portrait mode #2942

@NickIliev

Description

@NickIliev

ListView with text-fields in the Item template not showing keyboard in Portrait mode.
Working in Landscape mode.

Example code to reproduce:

  <ListView items="{{ source }}"  loaded="onLoaded" itemTap="onItemTap">
      <ListView.itemTemplate>
        <StackLayout>
                    <Label text="pre" textWrap="true" />
                    <TextField hint="some hint" text="" />
                    <Label text="post" textWrap="true" />
        </StackLayout>
      </ListView.itemTemplate>
  </ListView>

Code to reproduce here
related to http://stackoverflow.com/questions/40177582/how-to-add-textfield-to-listview-in-nativescript

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions