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:
[email protected]


With regards,
Apache Git Services

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

Reply via email to