Collapse the keyboard when clicking into the message record

Re: Collapse the keyboard when clicking into the message record

by Dani Palou -
Number of replies: 0
Picture of Core developers Picture of Moodle HQ Picture of Particularly helpful Moodlers Picture of Peer reviewers Picture of Plugin developers

Hi Yezi,

you just have to remove mm-auto-focus from here:

https://github.com/moodlehq/moodlemobile2/blob/master/www/addons/messages/templates/discussion.html#L46

We decided to add this for 2 reasons:

  1. A usability test showed that a lot of users expected the keyboard to open automatically.
  2. There was a bug fixed by this. The bug is that sometimes, when writing a message, the focus was lost so nothing was written in the message input (MOBILE-1474). 

Kind regards,

Dani