VersoSolutions / CordovaClipboard

Clipboard management plugin for Cordova/PhoneGap
MIT License
144 stars 257 forks source link

Copy does not work correctly on ios11 #34

Open NullIsNot0 opened 7 years ago

NullIsNot0 commented 7 years ago

It is unable to copy from your app and paste text into another app. Paste simply does not work. Please see and make changes like made in https://github.com/XPanniX/CordovaClipboard/pull/1/commits/dac4c0e5eb29fbccbc9c6f9c0e8c45971b5deea7 The solution works.

camkLcbr commented 7 years ago

Same is happening on my app, i"m gonna try your solution, thx !

NullIsNot0 commented 7 years ago

This solution was suggested by @davhad.

marcosbitetti commented 7 years ago

@NullIsNot0 this soluciton works on previous ios versions?

NullIsNot0 commented 7 years ago

@marcosbitetti have not tried it on previous versions, but it should work. Have tried it on iOS 11 and it works. Without patch it does not work on iOS 11.

NullIsNot0 commented 7 years ago

I have created a pull request: #35

NullIsNot0 commented 7 years ago

Seems that this repo is abadoned and Cordova switched to https://github.com/ihadeed/cordova-clipboard , so I created a pull request there too: https://github.com/ihadeed/cordova-clipboard/pull/2