Skip to content

Conversation

@RicardoBer
Copy link

I think it will be a good idea to retrun the created object from $.fn.mlKeyboard

I try adding:

return keyboard;

at the end of the creation function and after that I can call keyboard.hideKeyboard(); after in my code.

Whe I create the virtual keyboard I put:

//Creo los Teclados Virtuales
keyboard = $('#modal_pedir_datos_cita').find('input').mlKeyboard({
      layout: 'es_ES',
      active_shift: false,
      close_speed: 10
});

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants