j***@gmail.com
2018-05-22 09:33:06 UTC
I have my own portable C++ ui engine, with my own implementation of text
edit fields. I can display a native keyboard, and get and process key
events. However, I want to control the type of soft keyboard displayed - so
if the edit field is for a phone number, show the appropriate numeric
keyboard. In a standard java app you do this by setting the *inputType*
property of an *EditText* element in a view. I don't have an *EditText*
element, but want to specify the equivalent settings somewhere to control
which native keyboard is show. I am happy using *JNI* and Java interfaces -
I just need to know what to set where.
edit fields. I can display a native keyboard, and get and process key
events. However, I want to control the type of soft keyboard displayed - so
if the edit field is for a phone number, show the appropriate numeric
keyboard. In a standard java app you do this by setting the *inputType*
property of an *EditText* element in a view. I don't have an *EditText*
element, but want to specify the equivalent settings somewhere to control
which native keyboard is show. I am happy using *JNI* and Java interfaces -
I just need to know what to set where.
--
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/ff2ebe30-d53b-4e89-bd9c-2ee6b943f5e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
You received this message because you are subscribed to the Google Groups "android-ndk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-ndk+***@googlegroups.com.
To post to this group, send email to android-***@googlegroups.com.
Visit this group at https://groups.google.com/group/android-ndk.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-ndk/ff2ebe30-d53b-4e89-bd9c-2ee6b943f5e5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.