Keyboard autocomplete in Android

335 views
Skip to first unread message

Niko Skrypnik

unread,
Jun 14, 2013, 11:35:51 AM6/14/13
to kivy-...@googlegroups.com
Hi folks!

I have already created the issue in python-for-android repo - https://github.com/kivy/python-for-android/pull/115, but I steel have a problem with autocomplete(e.g. on some devices when I chose autosuggested word it added to text which I have already typed but don't replace whole word instead). So may be it's just way how to disable autosuggestion in my android app?

Akshay Arora

unread,
Jun 14, 2013, 11:58:12 AM6/14/13
to kivy-...@googlegroups.com
This only happens on some devices? Can you detail the device this happens with(device model), along with their os version and the kind of keyboard used. Would you please open a new Issue mentioning these details in it.

Regards


On Fri, Jun 14, 2013 at 9:05 PM, Niko Skrypnik <nskr...@gmail.com> wrote:
Hi folks!

I have already created the issue in python-for-android repo - https://github.com/kivy/python-for-android/pull/115, but I steel have a problem with autocomplete(e.g. on some devices when I chose autosuggested word it added to text which I have already typed but don't replace whole word instead). So may be it's just way how to disable autosuggestion in my android app?

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Niko Skrypnik

unread,
Jun 17, 2013, 5:59:11 AM6/17/13
to kivy-...@googlegroups.com
Yes, it's device specific issue and while I faced it only on Galaxy Note 2 with standard keyboard. All other devices I've tested work fine. But anyway I think that it should be an option to disable it for my app.

пятница, 14 июня 2013 г., 18:58:12 UTC+3 пользователь qua-non написал:

Akshay Arora

unread,
Jun 17, 2013, 9:26:09 AM6/17/13
to kivy-...@googlegroups.com
ok, then please, open issue with `Feature Request: option to disable auto suggestion` in the topic and mention the details at http://github.com/kivy/python-for-android/issues.

Regards

Kitch6041

unread,
Nov 15, 2014, 11:13:06 AM11/15/14
to kivy-...@googlegroups.com
Does anyone know if a fix has been created for this issue?

qua non

unread,
Nov 15, 2014, 12:22:13 PM11/15/14
to kivy-...@googlegroups.com
Just set keyboard_suggestion to False

text_input_instance.keyboard_suggestions = False

--
You received this message because you are subscribed to the Google Groups "Kivy users support" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kivy-users+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages