I've been some days looking for a way to catch "Hide softkey onscreen button" event.
The thing is I have an activity with windowSoftInputMode="adjustPan" because if not, when softKeyboard appears, layouts are rescaled and I need them to keep their original size. As I have a login form, I have catch several events, and I scroll parent layout manually.
But the problem is that It seems there is no way to catch hide softkey onscreen button event, and when this happens, I can't revert the scroll and things have more than enough bottom margin.
Any help will be appreciated. Thanks.