External keyboard not putting cursor in edit pane

Are you using iOS or Android?

[X] iOS
[ ] Android

Is this a bug report or a feature request?

[X] Bug report
[ ] Feature request


When typing with a bluetooth keyboard on the iPhone, Command-E correctly toggles from edit do preview and back.

Problem: the cursor does not appear in edit mode. Getting the cursor back requires tapping in the edit window.

Unfortunately, since there’s no reliable way to detect whether you’re using an external keyboard, it’s intentional to not focus when switching from preview to edit mode, because having the on-screen keyboard pop out unintentionally is really frustrating.

However, the good news is that we’ve added a new command to focus on the editor as of v0.1.1, which can be assigned to a hotkey of your choice. This should alleviate the problem of having to tap the editor to get focus back.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.