tags:

views:

56

answers:

0
Hi, I'm developing a custom keyboard and when I use the device's Web Browser for some reason the text box doesn't update it's selection. It should perform an updateSelection on my InputMethodService, and go through my method onUpdateSelection, like it does on the others applications like the sms app for example.
Can anybody tell me which methods or events call the updateSelection method in order to solve the problem or maybe force an update when user presses a key?