You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2017/12/06 00:57:13 UTC

[GitHub] ssraza opened a new pull request #352: CB-13510: (iOS) Removed clipboard workaround, which was braking copy/paste functional iOS 11

ssraza opened a new pull request #352: CB-13510: (iOS) Removed clipboard workaround, which was braking copy/paste functional iOS 11
URL: https://github.com/apache/cordova-ios/pull/352
 
 
   ### Platforms affected
   iOS
   
   ### What does this PR do?
   Removed `[pasteboard setValue:string forPasteboardType:@"public.text"]` clipboard workaround, which is not need in iOS 11, but breaking copy/past functionality from outside the app (i.e notes/safari) into (Cordova) consumer app using native UI as well.
   
   ### What testing has been done on this change?
   Manually tested copy/pastes functionality for both cordova (web UI) components as well as with native UI in a container app.
   
   ### Checklist
   - [x] [Reported an issue](http://cordova.apache.org/contribute/issues.html) in the JIRA database. [CB-13510](https://issues.apache.org/jira/browse/CB-13510)
   - [x] Commit message follows the format: "CB-3232: (android) Fix bug with resolving file paths", where CB-xxxx is the JIRA ID & "android" is the platform affected.
   - [ ] Added automated test coverage as appropriate for this change.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org