Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Phonegap iOS input and contenteditable bug

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?

like image 577
jacktheripper Avatar asked Dec 11 '25 14:12

jacktheripper


1 Answers

This piece of Css works better with Cordova v5.1.1

*[contenteditable] {
    -webkit-user-select: auto !important;
}
like image 176
Kevin Campion Avatar answered Dec 13 '25 02:12

Kevin Campion



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!