You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/09/05 17:09:56 UTC

[GitHub] [cordova-plugin-inappbrowser] jcesarmobile commented on issue #492: not work ios13 InAppbrowser select target _blank

jcesarmobile commented on issue #492: not work ios13 InAppbrowser select target _blank
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/492#issuecomment-528480074
 
 
   The problem seems to be related to the tmpWindow used to present the InAppBrowser being destroyed right after presenting it. Can be fixed by having a reusable tmpWindow instead of generating it every time show is called.
   
   Not really sure why the show method code involving the tmpWindow is so different from the [UIWebView implementation](https://github.com/apache/cordova-plugin-inappbrowser/blob/master/src/ios/CDVUIInAppBrowser.m#L258-L270) to the [WKWebView implementation](https://github.com/apache/cordova-plugin-inappbrowser/blob/master/src/ios/CDVWKInAppBrowser.m#L314-L333)
   
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org