I'm writing a full screen InputMethodService for android but there's a lot of transparent space in my input view. Right now it blocks all of the touch events from reaching the underlying activity. How do I make my view/service transparent to the touch events at the transparent regions so that the user can continue to interact with the app when my keyboard is active?
|
feedback
|