HomeDocs
Skip to main content

dlt.hideKeyboard

Introduction

The dlt.hideKeyboard function is used to hide the virtual keyboard on the screen.

Parameters

Object object

PropertyTypeDefaultRequiredDescription
successfunctionNoCallback function for a successful call.
failfunctionNoCallback function for a failed call.
completefunctionNoCallback function for the call's completion (executed for both successful and failed calls).

Sample Code

dlt.hideKeyboard({
success() {
console.log('success');
},
});
Privacy agreementDeveloper agreementcontact us: developer_service.mi@transsion.com © 2024 MiniApp. All Rights Reserved.