[ 
https://issues.apache.org/jira/browse/CB-7679?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14200308#comment-14200308
 ] 

Roy Solberg commented on CB-7679:
---------------------------------

I found a workaround that seems to fix the issue.

{code:title=CDVInAppBrowser.m|borderStyle=solid}
@implementation CDVInAppBrowserNavigationController : UINavigationController
[...]
- (void)dismissViewControllerAnimated:(BOOL)flag completion:(void 
(^)(void))completion
{
    if ( self.presentedViewController)
    {
        [super dismissViewControllerAnimated:flag completion:completion];
    }
}
[...]
@end
{code}

See http://stackoverflow.com/a/26782732/467650 and 
http://stackoverflow.com/a/26238123/467650 for more details about the issue and 
solution.


> [InAppBrowser][iOS 8] Plugin closes itself before image picker shown
> --------------------------------------------------------------------
>
>                 Key: CB-7679
>                 URL: https://issues.apache.org/jira/browse/CB-7679
>             Project: Apache Cordova
>          Issue Type: Sub-task
>          Components: Plugin InAppBrowser
>    Affects Versions: 3.5.0
>         Environment: IOS8,Cordova Plugin
>            Reporter: Nattapol Taboonma
>            Priority: Critical
>
> I use inappbrowser plugin from the following link : 
> https://github.com/apache/cordova-plugin-inappbrowser
> Firstly,I open the Disqus on the inapp browser and it perform perfectly fine. 
> Unfortunately, when I click the upload photo icon, then the 2 native buttons 
> will show up. The buttons are 'Take Photo' and 'Choose Existing'. No matter 
> buttons I tapped, the inappbrowser close immediately, and it lead to error 
> Warning: Attempt to present <UIImagePickerController: 0x17aed600> on 
> <CDVInAppBrowserNavigationController: 0x175e3770> whose view is not in the 
> window hierarchy!
> After that, the inappbrowser seem to broke permanently. I have to close and 
> re-start my app to make it work again.
> For more info, I already try the tutorial from this: 
> http://www.codepool.biz/tech-frontier/html5/take-a-photo-and-upload-it-on-mobile-phones-with-html5.html
> with out the inappbrowser the image ui picker work perfectly fine, it surely 
> that the error not come from the image select code, but it from the 
> inappbrowser itself.
> I'm waiting for hearing from you.
> Best Regards.
> Nattapol Taboonma



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to