Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
224
export
function
dismissSoftInput(nativeView?: any): void {
225
androidUtils.dismissSoftInput(nativeView);
226
}
227
228
export
function
dismissKeyboard() {
229
dismissSoftInput();
Callers
1
dismissKeyboard
Function · 0.70
Calls
1
dismissSoftInput
Method · 0.45
Tested by
no test coverage detected