Fix: ListView with TextField in the Item template not showing Keyboard on Portrait mode

Resolves #2942
This commit is contained in:
Rossen Hristov
2016-10-31 09:51:51 +02:00
parent ff78aecb27
commit 0bfd25b139
6 changed files with 48 additions and 3 deletions

View File

@@ -93,6 +93,9 @@ export function buildUIWithWeakRefAndInteract<T extends view.View>(createFunc: (
}
sp.removeChild(weakRef.get());
TKUnit.wait(1); // Wait for the TextField/TextView to close its keyboard so it can be released.
if (newPage.ios) {
/* tslint:disable:no-unused-expression */
// Could cause GC on the next call.