VirtualKeyboard: Allow hiding the keyboard with a hold on the down arrow key (#7751)

(And showing it again with a tap on an input field)
This commit is contained in:
hius07
2021-05-30 02:02:07 +03:00
committed by GitHub
parent c2c20199cd
commit 4973134fb6
3 changed files with 29 additions and 2 deletions

View File

@@ -391,6 +391,7 @@ function InputDialog:init()
scroll_callback = self._buttons_scroll_callback, -- nil if no Nav or Scroll buttons
scroll = true,
scroll_by_pan = self.scroll_by_pan,
has_nav_bar = self.add_nav_bar,
cursor_at_end = self.cursor_at_end,
readonly = self.readonly,
parent = self,