jaridmargolin / formatter.js

Format html inputs to match a specified pattern
http://firstopinion.github.io/formatter.js
2.48k stars 235 forks source link

Paste from clipboard doesn't work in Chrome on Android #67

Open kot-lex opened 10 years ago

kot-lex commented 10 years ago

In Chrome on Android event.clipboardData.getData('Text') returns empty string instead of actual clipboard data. That is confirmed bug in chromium: https://code.google.com/p/chromium/issues/detail?id=369101