I am wrapping up webapp inside my iOS app and showing the contents using UIWebview.
Everything is working fine. There are 2 button in Webview which asks to take a picture/video and second one is attach photo. I have enable Privacy settings in plist file for both Camera/Photo Library
The issue is i am not getting the ccess msg when first time i try to access either camera/photo library. Also, camera is showing plain view like it has not started. And if i clicked on video button inside camera, its crashing. And if i click on Photo Library button, window will open and will not show any photo to attach.
I tried to find post on SO, but others are getting issue when they showing webview on modally presentedViewController I am not presenting the view controller modally. I am using Xcode 8 and iOS 10 on devices. This is working fine on iOS 9 device.
Does anyone have any idea about this?