Opened 9 years ago
Last modified 9 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 9 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.6.2 |
comment:2 Changed 9 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
It's hard to believe that they did it, but Apple released a new version of their browser with such a critical bug. For now, the recommendation is to avoid upgrading to iOS8.