<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>
ListView with text-fields in the Item template not showing keyboard in Portrait mode.
Working in Landscape mode.
Example code to reproduce:
Code to reproduce here
related to http://stackoverflow.com/questions/40177582/how-to-add-textfield-to-listview-in-nativescript