mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Fix: ListView with TextField in the Item template not showing Keyboard on Portrait mode
Resolves #2942
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user