The on-screen keyboard in the manual is displayed as follows:
but I use it in Appstudio, No matter how I config it, this still appears:
fpComponentsKeyboardShow( function(text) {
// This function will execute when
// the user has finished editing.
}, “Change me” );
How can I use it correctly?

