MCPcopy Index your code
hub / github.com/NativeScript/NativeScript / dismissSoftInput

Function dismissSoftInput

packages/core/utils/index.android.ts:224–226  ·  view source on GitHub ↗
(nativeView?: any)

Source from the content-addressed store, hash-verified

222}
223
224export function dismissSoftInput(nativeView?: any): void {
225 androidUtils.dismissSoftInput(nativeView);
226}
227
228export function dismissKeyboard() {
229 dismissSoftInput();

Callers 1

dismissKeyboardFunction · 0.70

Calls 1

dismissSoftInputMethod · 0.45

Tested by

no test coverage detected