Is it possible to detect when an onscreen keyboard has finished closing with JavaScript -


i have mobile site inputs text. after user finishes entering text, press button proceed. screen redrawn. redraw process happens requires knowledge of window size before thing (it involves canvas stuff). problem keyboard has not finished closing when redraw happens , window size reported incorrectly. there anyway detect when window has finished closing? such event?

that event on operative system layer, , guess there no way of getting browser unless developing hybrid application , can use native bridging library phonegap/cordova.

however, think answer looking lies in question: monitoring height of window should able understand when user has opened or closed onscreen keyboard.


Comments

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -