You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
other (Please do not submit support requests here (see above))
Current behavior:
I am using angular.copy function in one of my projects in a function I use for file uploading. This project is being used in both mobile and desktop. I figured out that in iOS devices (I only tested it with iOS 10) angular.copy doesn't copy the files property of input element on neither Safari nor Chrome appropriately. It works perfect with other platforms like Android Chrome and MacOS safari and chrome Expected / new behavior:
angular.copy should behave similary on iOS browsers as would behave in Android browsers
Minimal reproduction of the problem with instructions:
Here is a plunker , demonstrating length of files of input element before and after copy. Please try it on an iOS device to see the bug. http://plnkr.co/edit/7EBbitlnY8TRL7dD2QUe
Angular version: 1.4.x
Browser: [Mobile Chrome 59 | iOS 10 Safari ]
only on iOS devices
Anything else:
The text was updated successfully, but these errors were encountered:
mcenkbatman
changed the title
angular.copy behaves different in iOS devices
angular.copy behaves differently in iOS devices
Aug 7, 2017
(As explained in #14352 (comment), angular.copy() does not (and will not) handle all possible edge-cases. Its primary purpose is facilitating AngularJS's internal needs.)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm submitting a ...
Current behavior:
I am using angular.copy function in one of my projects in a function I use for file uploading. This project is being used in both mobile and desktop. I figured out that in iOS devices (I only tested it with iOS 10) angular.copy doesn't copy the files property of input element on neither Safari nor Chrome appropriately. It works perfect with other platforms like Android Chrome and MacOS safari and chrome
Expected / new behavior:
angular.copy should behave similary on iOS browsers as would behave in Android browsers
Minimal reproduction of the problem with instructions:
Here is a plunker , demonstrating length of files of input element before and after copy. Please try it on an iOS device to see the bug. http://plnkr.co/edit/7EBbitlnY8TRL7dD2QUe
Angular version: 1.4.x
Browser: [Mobile Chrome 59 | iOS 10 Safari ]
only on iOS devices
Anything else:
The text was updated successfully, but these errors were encountered: