Opened 10 years ago
Last modified 10 years ago
#12463 confirmed Bug
System hangs when using Image upload on IOS 8 (iPhone, iPad)
Reported by: | Panayotis Kammenos | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
System hangs when using Image upload on IOS 8 (iPhone, iPad):
Image Uoload Chose File "selected file" Send it to the Server
SYSTEM HANGS !!!!!!
This wad detected in version CKEditor 3.6.2 (revision 7275) used by my application, and HAS BEEN REPRODUCED ON YOUR DEMO KEditor 4.4.4 (Standard) (revision 1ba5105)
Change History (2)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6.2 |
comment:2 Changed 10 years ago by
Possible workaround:
- Add
<meta name="apple-mobile-web-app-capable" content="yes">
to your page's head section. - Pin your website to your home screen.
- Open your website from the icon on the home screen.
File upload is totally broken in iOS8. Read more e.g. here: http://blog.uploadcare.com/post/97884147203/you-cannot-upload-files-to-a-server-using-mobile-safari and here: http://stackoverflow.com/questions/25790873/uploading-files-over-http-fails-on-ios-8-gm-safari
It's hard to believe that Apple did this, but they released a new version of their browser with such a critical bug. For now, the recommendation is to not upgrade to iOS8.