Kivy: On Andriod build cant display Number Pad Keyboard

Created on 24 May 2018  ·  7Comments  ·  Source: kivy/kivy

Versions

  • Python: 3.6
  • OS: win10
  • Kivy: 1.10.0
  • Kivy installation method: Build on VM

Description

I Have problem with TextInput i set property s like this -->

TextInput:
input_filter : 'float'
input_type : 'number'
multiline: False

But in andriod when click in Text Put Display Full charecter keyboard , i wanna Just Numberic Keypad when touch Text input and i'm searching for 3 days and cant find any thing
thanks for answer

All 7 comments

👋 Thanks for opening your first issue here! Be sure to follow the issue template!

whatsapp image 2018-05-24 at 10 59 56 pm

The problem is described at https://github.com/kivy/python-for-android/issues/796, I don't think any progress has been made in sdl2 to address this. There is an example of using custom keyboard included with kivy; that's probably the easiest workaround for now

@bionoid Thanks for this , can you please explain more about how i can extend this keyboard to my own TextInput ? Im really stack with this keyboard problem

https://gist.github.com/nim4karimi/572bcc15d8d10a6f5293ac3e85d922f9

Sorry, I have never used the vkeyboard stuff, my best suggestion is to study the linked example

@eteamin I can not understand it at all. can you tell me how can handle this ?
i have 3 input and need Keyboard number when touch that all i need to solve and finish my job

Was this page helpful?
0 / 5 - 0 ratings