I am currently working on a on screen keyboard designed for differently abled users. Because of the use case, there are quite a few custom touch events implementation.
While it is working as expected in touch mode, during a testing session using the automatic scanning feature using a bluetooth switch, the system completely ignores the custom OSK. I tried adding focusable, focusableInTouchMode on the root keyboard view, but still the keyboard view is getting ignored.
Now my question is, is there a rule or some kind of guideline to follow to get the automatic scanning working ? Thanks in advance.