0
Fixed

Keyboard unfolds behabior

Juan José Relaño 13 years ago updated by Alexander Blach (Developer) 13 years ago 3
Often, the keyboard unfolds when I just wanted to scroll.
Maybe it's too sensitive

Answer

Answer
Fixed
I found a surprisingly simple fix to the scrolling problem. Instead of opening the keyboard when the finger touches the editor I've changed it so that the keyboard only comes up when the finger is lifted and no scrolling occurred before that.

This fixes the issue. It will be included in the next update.

That's pretty much the standard behaviour of iOS text controls.

If you just want to browse your code, I recommend enabling the read-only mode in the app's settings. This prevents the keyboard from coming up.

You're right.
I've been testing and other programs behave the same way.

Therefore, this is not a bug, but the problem persists, and could be seen a small improvement, even for the standard behavior of iOS text controls.

Or the finger is already in motion when it contacts with the surface, or the keyboard is displayed.

It would be nice to have a greater margin of tolerance before opening the keyboard. If pressed but there is no significant displacement, the keyboard is not displayed until at least 1/4 second.

Obviously not a critical problem, but it is slightly annoying.
On the other hand, taking this opportunity, congratulations on your work.
Answer
Fixed
I found a surprisingly simple fix to the scrolling problem. Instead of opening the keyboard when the finger touches the editor I've changed it so that the keyboard only comes up when the finger is lifted and no scrolling occurred before that.

This fixes the issue. It will be included in the next update.
Great!
Thank you very much.