Skip to main content

hideKeyboard

Supported Version

zpa
Started support in Zalopay App from version 8.26.0

Description

Hide the keyboard from the screen

Parameters

N/A

Return Value

N/A

Error Code

Error CodeDescription
041401Could not find the active webview

Sample Code and Sample Return Data

Sample Request:

window.zlpSdk.UI.hideLoading()
.then((response) => console.log(response))
.catch((error) => console.error(error.errorCode));

Sample Response:

{ data: {}, status: "success" }