[
https://issues.apache.org/jira/browse/CB-13510?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16279498#comment-16279498
]
ASF GitHub Bot commented on CB-13510:
-------------------------------------
codecov-io commented on issue #352: CB-13510: (iOS) Removed clipboard
workaround, which was braking copy/paste functional iOS 11
URL: https://github.com/apache/cordova-ios/pull/352#issuecomment-349498236
# [Codecov](https://codecov.io/gh/apache/cordova-ios/pull/352?src=pr&el=h1)
Report
> Merging
[#352](https://codecov.io/gh/apache/cordova-ios/pull/352?src=pr&el=desc) into
[master](https://codecov.io/gh/apache/cordova-ios/commit/4f873f7b931f080b0ed2edd31502571ae93b334d?src=pr&el=desc)
will **not change** coverage.
> The diff coverage is `n/a`.
[](https://codecov.io/gh/apache/cordova-ios/pull/352?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #352 +/- ##
=======================================
Coverage 63.45% 63.45%
=======================================
Files 14 14
Lines 1691 1691
Branches 284 284
=======================================
Hits 1073 1073
Misses 618 618
```
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/cordova-ios/pull/352?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/cordova-ios/pull/352?src=pr&el=footer).
Last update
[4f873f7...f0530b6](https://codecov.io/gh/apache/cordova-ios/pull/352?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
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:
[email protected]
> Copy/Paste functionality is not working for iOS native components.
> ------------------------------------------------------------------
>
> Key: CB-13510
> URL: https://issues.apache.org/jira/browse/CB-13510
> Project: Apache Cordova
> Issue Type: Bug
> Components: cordova-ios
> Affects Versions: [email protected], cordova-ios 4.5.0
> Environment: iOS 11 and up... Not reproducible in iOS 10.x
> Reporter: Aqeel Raza Syed
> Assignee: Suraj Pindoria
>
> With iOS11 upgrade Cordova-ios library is braking copy/paste functionality
> for consumer apps utilizing both web and native UI.
> *Steps to reproduce :*
> - Copy text to clipboard (e.g. Notes app)
> - Foreground consumer app (app must be running in background)
> - Paste clipboard text to native UI component (i.e. UITextField)
> *Expected:*
> - Text should be pasted on native UI component
> *Actual:*
> - Nothing happens
> *Note:* This only happens with native UI components and works fine with Web
> interface. Also once consumer app goes foreground, after backgrounding that
> app, clipboard text can never be pasted in any other iOS app with native UI.
> *Investigation:*
> Seems like following patch fix is causing this issue in iOS 11:
> https://github.com/apache/cordova-ios/pull/139
> *Potential Fix:* Since above patch has been done a while ago, removing that
> bit of code, doesn't seems to reintroduce original bug (i.e.
> https://voxpelli.com/2015/03/ios-safari-url-copy-paste-bug/)
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]