[Beta 5.0.0 (20)] After closing a note, the keyboard is being opened

Bug report

When the editor is exited by swiping, the keyboard opens on the Note list page.
001

Environment

  • Platform: Android
  • Platform version: 13
  • App Version: v5.0.0 (20)

How to reproduce

  1. Open a note
  2. Tap in the editor to see the cursor in the editor
  3. Close the editor by swiping

Hi Lukas,

Thanks for the feedback.
Yeah, that’s quite annoying. The app tries to blur the focus from webview, but Android doesn’t let it do that 🫤
document.activeElement.blur() doesn’t work here for some reason. I’ll fix it when I find a workaround.

I managed to find a workaround for it, so it should be fixed in build 22!

1 Like