Upload a photo using UIWebView

I want to upload a photo directly from UIWebView, which has an HTML form for uploading a file. When I click on the button, I get options for taking pictures or selecting an existing one. But when I click either of these two options, I get

Warning. Try to imagine <UIImagePickerController: 0x15c15e00>on <UINavigationController: 0x155a2660>whose view is not in the hierarchy of windows!

Can someone explain this warning to me ...

Thank you in advance!

+3
source share
1 answer

This is a bug on iOS 8 that occurs when a web view is presented in a format.

, -, rootviewcontroller

iOS 8 SDK: UIWebView /

+2

All Articles