Skip to content

temporary input issue fix.

Marius Gripsgard requested to merge github/fork/balcy/xenial_-_inputmethod into xenial

Created by: balcy

the input-method-handler (cpp part) does reset the input method after each completed word. as long as you stay within one text field or different text fields without closing the on screen keyboard, this workaround worked for me well on BQ Aquaris 4.5 the QML part (WebViewImpl.qml) is only needed for entering text fields without the on screen keyboard being open, or if the keyboard type does change it unfortunately does require a timer, that resets the input method with a delay of 500ms. altogether the goal here is to improve the input behavior described in https://github.com/ubports/morph-browser/issues/92 as much as possible, while the root cause has not been solved.

Merge request reports