In a mobile device, when you focus on a textfield, the keyboard is shown.
I want detect when the keyboard is shown or dismissed and these actions are different in each mobile technology. Android, for example, doesn't fire a blur event when the keyboard is closed.
Is there a cross-browser means of subscribing to these events?