Open xtassin opened 13 years ago
Every time socket.send is called from the javascript, the soft keyboard (if currently open) is closed immediately.
The problem appears to be related to the appView.loadUrl call. If I comment it out, keyboard stays visible.
I will look into this.
I've tackled this issue and found a workaround for this. Look http://stackoverflow.com/questions/9303836/webview-hides-soft-keyboard-during-loadurl-which-means-a-keyboard-cannot-stay
Every time socket.send is called from the javascript, the soft keyboard (if currently open) is closed immediately.
The problem appears to be related to the appView.loadUrl call. If I comment it out, keyboard stays visible.