When clicking a div with the attribute contenteditable:
<div contenteditable>Try typing here</div>
or any input, the keyboard comes up, but the user cannot type.
Is this a bug in Phonegap 2.1.0?
This piece of Css works better with Cordova v5.1.1
*[contenteditable] {
-webkit-user-select: auto !important;
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With