mdarea icon indicating copy to clipboard operation
mdarea copied to clipboard

Doesn't work on iOS 10.3

Open davwheat opened this issue 3 years ago • 0 comments

Distribution code contains instances of let and const which are incorrectly handled on iOS 10 and non-existant on iOS 9 and below, causing errors when using mdarea on these platforms.

KeyboardEvent.key was added in iOS 10.3, so we should probably try to support 10.3 with this package.

davwheat avatar May 02 '21 12:05 davwheat