Contenteditable Not Working In Safari But Works In Chrome


Answer :

Safari has the user-select CSS setting as none by default.
You can use:



[contenteditable] {
-webkit-user-select: text;
user-select: text;
}


To make it work.



Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable