All Products
Search
Document Center

Mobile Platform as a Service:Component FAQ

Last Updated:Feb 05, 2021

Interaction exception between keyboard and component

For the components that need to launch keyboard (such as input, textarea, etc.), the native keyboard is currently used by default. If there is an exception to the interaction between the keyboard and the component, add the enableNative="{{false}}" attribute to the component, such as:

  1. <textarea value="{{inputValue}}" enableNative="{{false}}" maxlength="500" onInput="onInput" />

Then you can restore the keyboard using WKWebview.