We have Ontouch Listener in View. However, when virtual keyboard(vkb) is launched, and input mode is set as swype, if user swypes, he see the lines across the vkb and even at times the letters to choose from. However, the Ontouch/application is not receiving any events to be handled. So, any inputs from user are not recognized/written in text box. If, in the swype settings we set " automatically include space at the end of word", application gets key_space event. Is there is some mechanism to enable/detect the swype mode?
Thanks, Niral On Apr 24, 12:22 pm, Kumar Bibek <[email protected]> wrote: > Implement the onTouch Listener for your view. What problems are you > having? Can you be specific? > > Thanks and Regards, > Kumar Bibek > > On Apr 23, 10:18 pm, Niral Shah <[email protected]> wrote: > > > > > Trying to supportSwypeon application for Android. The code isn't > > using Android's native EditTextView but our own custom View. What API > > can be used to retrieve the text once aswypehas been completed and > > what callback method we should expect in our View? > > > Hoping to get feedback... Thanks! > > > Niral > > > -- > > You received this message because you are subscribed to the Google > > Groups "Android Developers" group. > > To post to this group, send email to [email protected] > > To unsubscribe from this group, send email to > > [email protected] > > For more options, visit this group > > athttp://groups.google.com/group/android-developers?hl=en > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group > athttp://groups.google.com/group/android-developers?hl=en -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

