brelto85 Active Member Licensed User Longtime User May 2, 2013 #1 Exists a way to show a custom keyboard in a voice typing mode? thanks alberto
Erel B4X founder Staff member Licensed User Longtime User May 3, 2013 #2 You can use VoiceRecognition library to accept voice inputs. Do you want to create your own keyboard? Upvote 0
You can use VoiceRecognition library to accept voice inputs. Do you want to create your own keyboard?
brelto85 Active Member Licensed User Longtime User May 3, 2013 #3 If possible i want to open/show the standard keyboard with voice typing input mode as default. In alternative create a custom keyboard that allows above method Upvote 0
If possible i want to open/show the standard keyboard with voice typing input mode as default. In alternative create a custom keyboard that allows above method
Erel B4X founder Staff member Licensed User Longtime User May 3, 2013 #4 It is not possible to choose a "voice" input type (seems like a design mistake). Creating a custom keyboard is possible however it is quite complicated and you will need to do it in Java. Upvote 0
It is not possible to choose a "voice" input type (seems like a design mistake). Creating a custom keyboard is possible however it is quite complicated and you will need to do it in Java.
brelto85 Active Member Licensed User Longtime User May 3, 2013 #5 ok, but with custom keyboard is possible to show a keyboard in a voice input type mode? this method could be used? Upvote 0
ok, but with custom keyboard is possible to show a keyboard in a voice input type mode? this method could be used?
Erel B4X founder Staff member Licensed User Longtime User May 3, 2013 #6 Yes. But you will need to write a Java library for a custom keyboard. Upvote 0